403 Forbidden when changing permalink settings
-
My provider changed from a Windows server to something called Plesk. I don’t even know if this is a Linux or a Windows server. I suspect it’s Windows, please confirm.
In the old system I’ve managed to setup two WordPress blogs with no problems.
Now I unzipped WordPress to a 2.0 folder. I browse to https://www.musicaonlinedos.com/2.0/wp-admin/install.php and configure it properly. My blog show up.
Now I browse to permalink settings and try to change it to month/name. After saving settings the blog is no longer browseable. I go to https://www.musicaonlinedos.com/2.0/ and it says:
Forbidden
You do not have permission to access this document.It’s a 403 error from the server.
I see an .htaccess file is created under the 2.0 folder. Its contents are:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /2.0/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /2.0/index.php [L]
</IfModule># END WordPress
I delete it and blog is back again. But now in the front page, links to posts have the month/name structure I tried to configure. Obviously if I try to open one of them, I get:
Not Found
The requested document was not found on this server.Correct, as I deleted mod_rewrite settings from .htaccess. I suspect those mod_rewrite settings conflict with some security settings.
Eh, in my other two blogs month/name permalinks are set up correctly, but those settings are not in their .htaccess settings, so probably there it’s a global setting set up by my provider in order to support WordPress.
Any ideas?
- The topic ‘403 Forbidden when changing permalink settings’ is closed to new replies.