You do not have sufficient permissions to access this page.
-
I tried to Publish my Sandbox to my public site. Nothing happened and now I get the “sufficient permission” error when I try to access Sandbox. Caching was on but now it is turned off and this is what my .htaccess file says. How do I publish my Sandbox? My site is https://www.travelbuddytrips.com
# 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
- The topic ‘You do not have sufficient permissions to access this page.’ is closed to new replies.