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