How do I add code to htaccess file?
-
I am trying to change to a custom permalink setting. I get a message saying:
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.
The code I have to add is:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I’m using the latest version of Filezilla and I can’t find the .htaccess file.
1. How do I find it?
2. How do I add that code to it?
Thanks in advance
Lewis
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How do I add code to htaccess file?’ is closed to new replies.