Error when changing Permalinks
-
Hi, my links dont work when I try to make them “pretty” and change them, and Ive found many people with the same problem online but I cannot understand the solution given (since I am a complete beginner with wordpress and website creation in general). Could someone explain it to me in dummy terms please! For example, here is this solution I found in the forums:
“What parameters did you enter for the permalinks?
I’d try and undo the htaccess and anything else and start from there
If you have other mod_rewrite rules to include put them BEFORE WordPress’s rules
I think the standard htaccess is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress”
I have NO idea what this person is talking about, where do I go to undo htaccess? Could someone explain this? Much appreciated.
The topic ‘Error when changing Permalinks’ is closed to new replies.