Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sammyd56

    (@sammyd56)

    Aha! I have figured out a solution, don’t worry. For anyone else having this problem – I found that navigating to the Permalink setup page and then deleting .htaccess before clicking “Update Permalink Structure” solved the problem. Thanks again IcelandDream.

    Thread Starter sammyd56

    (@sammyd56)

    Ah… and also, I just noticed that I can’t access comments either as the link isn’t found 🙁 I definitely need to find out those settings and change them back. Someone please help!

    Thread Starter sammyd56

    (@sammyd56)

    Thanks very much IcelandDream. I renamed .htaccess and now I can view my blog again, however whenever I go to the Permalink settings and try to change them back to default the .htaccess file is recreated and the problem is back. The content of the file is this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Perhaps could someone let me know which file the permalink settings are stored in so I can change it back manually? Or is there another solution?

    Thanks for your time

Viewing 3 replies - 1 through 3 (of 3 total)