What am I doing wrong? I cannot figure out when this is throwing a server error. It should redirect anyone going to to www.example.com/folder to www.example.com/folder.php.
Code:RewriteCond %{REQUEST_URI} ^/folder [NC] RewriteRule ^(.*)$ http://www.example.com/folder.php [L,R=301]


Reply With Quote