sammyd56
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 500 Error after editing permalink options – help!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.
Forum: Fixing WordPress
In reply to: 500 Error after editing permalink options – help!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!
Forum: Fixing WordPress
In reply to: 500 Error after editing permalink options – help!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 WordPressPerhaps 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