• Hi there,

    I am using better wp security and would like to duplicate my site via the duplicator plugin. However, there seems to be some sort of permission setting problem triggered by better wp security on the duplicated site – I have an older duplicator creation package, which works fine. However, after having installed better wp security, creating a new duplicator package and then wanting to duplicate this site, I am getting nothing but 403 errors on the new site.

    I have also already tried deactivating and even deleting the better wp security plugin – no change. I assume it made some changes to the core wordpress files which now cannot be used with the duplicator plugin.

    Also trying to move the site via regular ftp download and upload and database import does not get me anywhere…When trying to access the search and replace php file in root, I get a 403. Any suggestions how I can shut these permission restrictions down and get the site to work on a new domain?

    Thanks so much,
    Peter

    http://wordpress.org/extend/plugins/better-wp-security/

Viewing 1 replies (of 1 total)
  • Thread Starter nyhotdogman

    (@nyhotdogman)

    An update:

    [I removed the wp better security plugin AND w3 total cache plugin from the site which I want to duplicate]

    So the problem on the new site is the following:

    >> When removing htaccess from the new (duplicated) site, I can then at least access the wordpress backend (I get 404s on all other pages but the homepage from the site)

    >> As soon as a new htaccess it automatically generated by wordpress I get 403s again.

    This is the htraccess content (for post name permalinks):

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

    >> When changing permalinks under Changed Settings -> Permalinks from Post Name option to Default option – I can then access all sites on website

    >> As soon as changing permalinks back to post name – which triggers a new htaccess, I get 403s again.

    So for some reason I cannot get it functioning with a htaccess.

    Any suggestions how I can get this working?

    Thanks a lot,
    Peter

Viewing 1 replies (of 1 total)
  • The topic ‘Better WP Security & Duplicator Plugin – 403 Permission Error’ is closed to new replies.