• Hi,

    in local server plugin works, no problems.
    But in remote server, if the site is in maintenance-mode I have this error:

    Forbidden
    You don’t have permission to access /index.php on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    The problem depends on the hosting provider?

    htaccess file:
    # 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

    http://wordpress.org/plugins/wp-maintenance-mode/

  • The topic ‘403 Forbidden error’ is closed to new replies.