403 permission error when saving pages and settings after migration
-
Hi everyone,
Yesterday, I migrated a wordpress installation to a new server and new domain.
I changed URLs with the “better search replace” plugin, copied files and database over to the new server, changes the config.php etc. and now the site itself works fine and is accessible. I’m also able to log into the admin backend and change, for example, the menu.
The problem
But whenever I try to save the permalink options (to create a fresh .htaccess) or one of the migrated pages or posts, or user settings, I get the 403 “server permission denied” error.
If I create new pages and posts and edit them, there is no error. Only the migrated ones cause it.
I can also install new plugins but I can’t delete any old ones that came with the migration. There is no error but it just says after a while: “couldn’t delete plugin … no response from server” (or something along the lines).Here’s what I already checked:
- File permissions are fine (755 for folders, 644 for files)
- Since I cannot create the .htaccess through the saving permalink option, I replaced it manually and it looks like it should…
- Plugins are not the cause
- mod_rewrite should be enabled on the server
This is what the htaccess looks like
# 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
I have a strong feeling that it’s a permalink problem (?!) but I have no clue what to try anymore to fix it.
Does anyone have an idea what else could cause this 403 error in my case and what I could do about it?
Thanks!
Eve
- The topic ‘403 permission error when saving pages and settings after migration’ is closed to new replies.