From 40d70cfbd723aef8d0341eac528aa153227dc31a Mon Sep 17 00:00:00 2001 From: Patineta Date: Tue, 11 Mar 2014 00:27:13 -0300 Subject: [PATCH] Missed a ) --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index cfc1b1e..ad4a4c2 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ RewriteEngine On RewriteRule ^faq$ faq.html [L] RewriteRule ^tos$ tos.html [L] -RewriteRule ^([a-z]{2}/faq$ $1/faq.html [L] \ No newline at end of file +RewriteRule ^([a-z]{2})/faq$ $1/faq.html [L] \ No newline at end of file