Friendly Url .htaccess
I have tried to follow the directions on .htaccess short and friendly url but am unable to achieve these results. If I use the following it works fine: RewriteEngine On RewriteRule ^([^/]*)\.html$ /index.php?page=$1 [L] However if I use: RewriteEngine On RewriteRule ^([^/]*)$ /index.php?page=$1 [L] I receive an internal server error. All I am trying to achieve is to be able to use http://website.com/about instead of http://website.com/about.html These rules: RewriteEngine On RewriteRule ^([^/]*)$ /index.php?page=$1 [L] Is causing an internal rewrite loop. The rewrite engine loops through all