Hi
The permalink to my posts are not working.
The post is being fed in to the latest news here
and when I disable permalinks it works.
Any ideas?
Thanks,
Ian
Hi
The permalink to my posts are not working.
The post is being fed in to the latest news here
and when I disable permalinks it works.
Any ideas?
Thanks,
Ian
Is mod_rewrite running on your server? Is the .htaccess file being correctly updated in your wordpress folder?
Hi there
Thanks for response, in the htaccess file I see this:
The server is set to 705 - what should it be?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /backend/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /backend/index.php [L]
</IfModule>
# END WordPress
Thanks
There's nothing wrong with your .htaccess file. Is mod_rewrite running on your server?
Sorry, how do I check?
Try asking your hosts.
This topic has been closed to new replies.