Permalinks again!
-
I have permalink woes, have scoured the forums and everywhere else but just can’t seem to put my finger on the issue. I have gathered some hopefully useful information and still feel this is a simple issue. Please help if you can!
If I change the permalink structure through Settings and choose say “/%year%/%monthnum%/%postname%/” then what I get is the correct structure showing in the address bar but where ever I click I just get my main blog page. So when I click “About” this shows “http://www.larkrise.net/about/” in the address bar but the content shows “http://www.larkrise.net/”.
I have installed AskApache RewriteRules Viewer 3.0 and it shows me:
> Permalink: /%year%/%monthnum%/%postname%/
> Writable .htaccess file found
> mod_rewrite found
> Not using pathinfo style index permalinks
> Using mod_rewrite permalinksThe WordPress Generated .htaccess Rules are:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>…and I have a further list of tons of WordPress RewriteRules.
So, can anyone help me to sort this out?!
The topic ‘Permalinks again!’ is closed to new replies.