Forum Moderators: phranque
The purpose is to have clean URL's.
RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
Any advice?
Welcome to WebmasterWorld!
Please post the relevant contents of your server error log -- Your error log will often tell you what is causing 500 Server Errors.
Jim
Sure looks like it could loop.
Justin
This sorta stuff makes it bit hard to spot, thx for the help!