“Pretty” Permalinks
-
I am currently using “almost-pretty permalinks”:
/index.php/%category%/%postname%/%post_id%
It works fine and dandy.I want to switch to completely pretty permalinks by removing the /index.php part and have this be my working permalink:
/%category%/%postname%/%post_id%
Once I changed the setting in the control panel, I cannot access my posts via that URL. I.e., when I click the title of a post on the homepage, I get a 404 error, not found — it is attempting to take me to the new URL.
I suspect this is because the URLs are not being rewritten. I am no expert with .htaccess, so I will post my current .htaccess file and allow you to assess and diagnose this issue, then provide me with a solution.
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule><IfModule mod_security.c>
<Files upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>Any help is appreciated.
Regards,
Nick
- The topic ‘“Pretty” Permalinks’ is closed to new replies.