I can't change htaccess
-
Something very strange happens.
In the web vivepasionflamenca I am trying to change the file .htaccess and it is impossible. I tell you my steps:
– I try to change it and I see it has 444 permissions. Only readable. Ok. I change the permissions with Filezilla.
– I edit the .htaccess. Everything looks ok. The file edited is in its place.
– When I make something in the web (for example, click on a link of the menu), suddenly the .htaccess is rewritten and again the first .htaccess with 444 permissions and the old content appear, replacing the edited one.I tried in local server, I tried deactivating all plugins, I tried with twenty sixteen theme instead of the current one. Nothing. The .htaccess is replaced with the 444 one when I make something in the web.
Some idea please?
Thanks a lot.
This is the content of the .htaccess that I cannot change:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
- The topic ‘I can't change htaccess’ is closed to new replies.