The pages dont load and show 404 error when I make the permalinks /%category%/%postname%/
They only work when I include the index.php in the argument.. /index.php/%postname%/
I have seen places where people just use the category and postname. How does that work?
Check the Permalinks documentation page.
Oftentimes, needing index.php indicates that you're on a windows IIS server or mod_rewrite is disabled.
I have the same problem. However, I am using Apache2.1 and mod_rewrite is confirmed to be on.
Since I am not to informed on ho mod_rewrite works, is it dependant on any other mods?
keithd77
Member
Posted 1 year ago #
I am having the same issue. Using Apache mod?write is on.
The following link works until I click on a single post or Archive http://www.myblogurl.com/post-name
It seems to be forcing me to use the index.php for the permalink to work properly.
example - http://www.www.myblogurl.com/index.php/post-name
This dosn't make sense to me. Any ideas on how to fix this?
I would like my permalink without index.php
Thanks in advance
-keith
Do you have an .htaccess file? Does your server AllowOverrides?
netmoron
Member
Posted 1 year ago #
Did anyone find a solution to this yet?
I am having the same problem. Any ideas anyone?
goddessxx
Member
Posted 1 year ago #
edwinkort
Member
Posted 1 year ago #
Same problem. I know my server is a Linux based one. I don't know if they have mod_rewrite on and if it has AllowOverrides.
phpinfo at http://www.stipvoorstip.nl/phpinfo.php
mixordia
Member
Posted 1 year ago #
Lots of questions above that would be useful - can you answer them?
Have you tried any troubleshooting stuff mentioned at the Permalinks page?