Topic: Getting 404s - Odd Problem

I'm getting an odd problem with this but I think it might be some sort of configuration issue with the server.

I'm using my own server at home using WAMP 2.
Apache 2.2.11
PHP 5.2.9-1

Basically, my URL is comming up without the index.php just like this:
localhost/ochiba

if I type the index.php/PAGE for whatever page, then it works fine, otherwise
it comes up with a 404 stating that directory doesn't exist (the url then looks like localhost/ochiba/PAGE. I'm trying to figure out how to correct this but so far I haven't found anything yet. Any suggestions?

Re: Getting 404s - Odd Problem

Scratch that, fixed it.

Aparently the Rewrite_Module isn't enabled by default. Enabling that fixed some minor issues but I ended up reinstalling it and it fixed everything in the process.

:)

3

Re: Getting 404s - Odd Problem

Excellent, I love it when problems resolve themselves ;)