|
By using either of those configurations, and also adding L to the NC, I get a 500 internal server error.
Here is what I have...
RewriteRule ^(.*)\$ $1.php [nc,L]
RewriteRule /(.*).php /$1/ [R=301,L]
Any ideas?
Last edited by IG88; 07-29-2008 at 08:08 PM..
|