• 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 permalinks

    The 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?!

Viewing 2 replies - 31 through 32 (of 32 total)
  • Its as if wordpress is not changing the permalinks, perhaps some corruption somewhere.

    I just found this plugin

    http://scott.yang.id.au/code/permalink-redirect/

    it might help – but only try it if you are up for it – I would suggest taking a backup of db and files before you try – just in case.

    I dont know if it will do anything but its the closest thing I can find to sort your problem other than installing a fresh copy of wordpress db and files.

    Hi, I remember that I came across this problem before in one site and as i recall the solution was very easy… I can not remember exactly what was the solution.. but I think it was the trailing dash at the end. Get rid of the trailing dash at the end of the premalink structure and see if it will work..

Viewing 2 replies - 31 through 32 (of 32 total)

The topic ‘Permalinks again!’ is closed to new replies.