• I get a 403 Forbidden access page wheneve I try to go to the edit page of a plug in. I didn’t notice this problem before updating to version 3.6
    I’ve tried disabling all and re-enabling with no effect.

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • First, identify what plugin you are using and then post in that plugin’s dedicated forum via its page in the Plugin Repository.

    Thread Starter jlyons

    (@jlyons)

    I get this error for all plugins.

    What is in your root .htaccess file? Do you have any .htaccess files in the wp-admin folder?

    Thread Starter jlyons

    (@jlyons)

    There is no .htaccess file within the wp-admin folder. These are the contents of the root .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.so>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    RewriteCond %{HTTP_HOST} ^ochstitans\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.ochstitans\.com$
    RewriteRule ^/?$ “http\:\/\/ochstitans\.com\/blog” [R=301,L]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘403 Forbidden’ is closed to new replies.