rewriterules not working with custom php cgi/ini
Posted by: ghostik
Posted on: 2007-01-21 07:48:00
hey, i followed
http://wiki.dreamhost.com/index.php/PHP.ini
and have everything working perfect except for url rewriting.
i can assure you everything is how it needs to be... except for the .htaccess in the domain folder where i've tailed "RewriteEngine On" and "RewriteRule .* index.php" to the end of it.
commenting out the RewriteRule makes everything work perfectly as it is supposed to... uncommenting breaks it and gives me an internal server error.
I tried adding +FollowSymLinks and even +All to both .htaccess files Options but still nothing...
if someone could tell me where my error.log is located that may help and hopefully advise me of the issue that be greatly appreciated
thanks in advance!