Thanks so much for your help!
I’m afraid to mess something up. This is my .htaccess what I have now:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Could you tell me what needs to be changed? And if I mess up something can I go back to the original one?
Thanks, I tried this but then when I click on the blog post it says the page has moved and you can’t see the post.