“localhost/blog” url does not work (index.php req)
-
I am running a wp install locally on windows xp, recent apache, and php.
The default url style (which leaves out “index.php” (i.e. localhost/blog)) simply brings up a page listing the directory structure of the wp install on the server.
Only localhost/blog/index.php actually works. This would be fine except the urls to say a comment on the blog are of the form “http://localhost/wp/?p=1#comments” and if I click on them again I get the directory listing. If I manually insert “http://localhost/wp/index.php?p=1#comments” then it works.
Any help? I have mod_rewrite turned on in apache.
The topic ‘“localhost/blog” url does not work (index.php req)’ is closed to new replies.