• Resolved NH Broere

    (@nh-broere)


    Hi there,

    I use the Duplicator plugin to make a basic ‘template’ website which i then export to use as a starting point for new sites. This template website also contains the All-in One WP Security & Firewall plugin, fully configured to my liking.

    1) When i check the htacces file of a newly setup site, i find the following:

    #AIOWPS_PREVENT_IMAGE_HOTLINKS_START
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g?|png)$ [NC]
    RewriteCond %{HTTP_REFERER} !^http(s)?://myoriginaltemplatewebsite\.nl [NC]
    RewriteRule \.(gif|jpe?g?|png)$ – [F,NC,L]
    </IfModule>

    It seems the old website string is added to the htacces rules. And thus still used on the new website after Duplication. Can you tell me which of the many WPAIO settings i have to turn off / on to have this piece of code replaced with the correct string?

    2) Can you tell me of other problems i may encounter when using Duplicator to copy websites, when the Duplicated website contains the WPAIO plugin? And what settings i have to turn off / on the solve them?

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, judging from the above .htaccess code the issue you are having is with Prevent Hotlinks. Go to WP Security -> Firewall -> Prevent Hotlinks and make sure you deactivate the following security settings Prevent Hotlinking.

    Let me know if this works for you.

    Kind regards

    Thread Starter NH Broere

    (@nh-broere)

    Hi there,

    Yes, that seems to be it, thank you! Now i know what to check for.

    Regards

    Thread Starter NH Broere

    (@nh-broere)

    Solved

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

The topic ‘Duplicator plugin & copying WPAIO settings’ is closed to new replies.