Mod_Rewrite Not Working

Sorry this isn't really a Picora question, but something I ran into while trying to run a Picora sample.

I'm running Apache/2.0.55 (Win32) PHP/5.0.2 with mod_rewrite on Windows XP, but it isn't rewriting anything. I just get "The requested URL /picora/samples/pages/about/ was not found on this server."

I tried setting AllowOverride All in httpd.conf, but that does nothing in the Directory block. I tried it in the docroot Directory block, but then I just got a 500 Internal Server Error.

I tried a simple bob.html/alice.html example I found somewhere which did absolutely nothing, it was supposed to redirect bob to alice.

Any ideas on what I'm doing wrong?

Posted May 24th, 2007 at 3:42pm by mutatron

D'oh! Nevermind. I added Options +FollowSymlinks to .htaccess and that fixed it.

Posted May 24th, 2007 at 3:47pm by mutatron

Login or Register to Post