• bellavej

    (@bellavej)


    Hi,
    I have a WP multisite running 4.4.2 and when I click on Settings for the WP Total Cache plugin, I am getting “You do not have permission to access this page”.

    Here is what my .htaccess looks like in the root folder:

    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    <IfModule mod_filter.c>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    https://www.ads-software.com/plugins/w3-total-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • balthazar5466

    (@balthazar5466)

    Hi! I have a self hosted install of wp 4.4.2 and the I see the same behaviour. I think you can only set options at the top level (super admin) for all the sites, but not individually for each one. Regards,

    Andrés

    balthazar5466

    (@balthazar5466)

    All clear. Go to general settings of the plugin with the network Superadmin, uncheck “Use single network configuration file for all sites.”, save, uncheck “Hide performance settings”, save again and that’s all. Regards,

    Andrés

    Thanks balthazar5466. I had missed unchecking “Hide performance settings”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permission denied to access Settings’ is closed to new replies.