Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Frank Bueltge

    (@bueltge)

    Maybe a rule in your htaccess? the /options-general.php should always work, is needed on different pages of the back end, of core.

    Thread Starter dustonio

    (@dustonio)

    Hi Frank!

    Thanks for the reply. Unfortunately it does not seem to be with the .htaccess file. Here is the code of my .htaccess:

    # 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

    Is there anything else that you think I can check?
    Thanks in advance for your help!

    Plugin Author Frank Bueltge

    (@bueltge)

    The htaccess is right. Please give me the url, there will create before/after you push update. Also, how is the name of the folder of the plugin Adminimize in wp-plugins folder?

    Just googled this and found this thread as I’m having the same issue…

    Any known fix?

    I am also having this same issue. Anyone have an idea of how to fix it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘403 Forbidden error after clicking Update Options’ is closed to new replies.