Update Permalinks don’t function properly
-
Hi,
I’ve tried to update my permalink structure from the default to a custom structure as follows:
/%post_id%/%category%/%postname%.htmlWhen I update the structure through Options->Permalinks, WordPress indicates Permalink structure updated, but there is a problem. When I click on a post in the blog, the blog merely presents the index.php page. Through my own intellectual knowledge and reading through other posts, I believe there maybe a problem with the .htaccess file.
Should the .htaccess file change when I update my permalinks? Currently, the .htaccess file appears as follows:
`# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress’
I have updated the permalinks on the site (playerbites DOT com) to demonstrate the problem I am having. If anybody could provide some tips/assistance, it would be much appreciated.
Regards,
GCS584
The topic ‘Update Permalinks don’t function properly’ is closed to new replies.