Currently viewing the tag: "permalinks"

Question: Why is WordPress adding “index.php” to my permalinks?
I have a WordPress installation on a Win server (not by choice) and it’s got an odd glitch I can only assume is caused by IIS’s lack of mod_rewrite support.

My URL looks like this

http://www.resumebear.com/blog/index.php/2009/02/17/want-a-job-become-an-engineer/

My URL SHOULD look like this

http://www.resumebear.com/blog/2009/02/17/want-a-job-become-an-engineer/

Answer:

Answer by Liars never lies
Yeah, it’s because of no mod_rewrite.

Do you know that you can install Apache webserver on Windows?

Tagged with: