htaccess file disappears and steals the rights
-
On my new hoster’s server I installed WordPress. But everytime I want to change the WordPress address (URL) and the Blog address (URL), nothing runs anymore, because the permission is denied. My hoster told me, this is because the .htaccess-file changed the permissions. But the .htaccess-file disappears as soon as i upload and install WordPress, so I can’t fix it or change it…
This is the .htaccess-file how it is on my local pc for the installation
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress
Did anyone get the same problem? How did you fix it?
Thanks a lot…
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘htaccess file disappears and steals the rights’ is closed to new replies.