Duplicator plugin & copying WPAIO settings
-
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
The topic ‘Duplicator plugin & copying WPAIO settings’ is closed to new replies.