Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mike97

    (@mike97)

    Under “403 Forbidden” I see nginx/1.4.1.

    What does it mean?

    Hello,
    I have the same error too.
    Try to change my .htaccess file info:

    # 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

    to

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} ^redirect_to=http
    RewriteRule ^wp-login.php http://example.com/wp-login.php? [R=301,L]
    </IfModule>

    the same problem still on.

    Then try to change through phpadmin my “wp-options -active pluging” “a:12” to “a:0”, but still my page is under “403 Forbidden nginx/1.4.1” mode, when i try to connect to my wp-admin…

    Please, help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘403 Forbidden – I need solution’ is closed to new replies.