WordPress beginner – problems after changing permalinks
-
Hi
I really hope someone can help me with this because I’m totally stuck! I’m new to WordPress and not very technical, and I’m building a website using Elegant Themes’ Divi theme. All of my pages are drafts at the moment because they are not yet ready to publish. A couple of days ago I changed my permalinks, and since then, when I click “preview” I get my “under construction” page, and the tab says “not found”.
In the permalinks settings, there is the following message:
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
There is then a box with the following code in it:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I understand that I somehow need to give WordPress access to this directory file, or else alter it myself, but I don’t know how to actually DO either of these things. I asked my hosting company for help but they said I should ask Elegant Themes, but I’m pretty sure this isn’t a theme problem. I have managed to locate a text file called .htaaccess in the control panel of my hosting account, but I don’t know whether this is the right file or what to do to it!
If anyone has any advice (and feel free to talk to me as if I’m completely clueless) that would be enormously appreciated.
Many thanks,
Ruth
- The topic ‘WordPress beginner – problems after changing permalinks’ is closed to new replies.