AIOWPS settings on one site blocks images on 3 others and prevent admin log-in
-
Hi. I have 5 WP sites on the same hosting account with SiteGround. AIOWPS installed in one site is causing problems with 3 of the other sites. The 3 sites which are affected have the same directory hierarchy. The other 2 sites have different directory hierarchies. All 5 sites are using WP v 4.7.
Problem 1: Turning on “Whitelisting” on one site is locking out an administrator on another site, even if I add the administrator’s I.P. address to the whitelist.
Problem 2: Enabling “Prevent Image Hotlinking” on the same site is blocking images from loading on 3 other sites, and blocking images from being seeing the WP Dashboard “Media Library” or when using the visual editing mode to edit pages.Site-1: (Not affected by the problem)
? Directory hierarchy: /Home/Site-1/ which has AIOWPS installed.
? Includes /Home/Site-1/wp-admin, /Home/Site-1/wp-content, /Home/Site-1/wp-includes, and /Home/Site-1/.htacess with AIOWPS encodingSite-2: (Problem: When I change AIOWPS settings on this site, it causes problems on Site-3, Site-4 and Site-5)
? Directory hierarchy: /Home/public_html/. AIOWPS is installed.
? Includes: /Home/public_html/wp-admin, /Home/public_html/wp-content, /Home/public_html/wp-includes, and /Home/public_html/.htaccess with AIOPS encodingSite-3:
? Problems: When “Whitelisting” is enabled in AIOWPS on Site-2, it locks out an administrator of Site-3 from her WP dashboard Adding administrator’s I.P. address to whitelist on Site 2 has no affect. Also, when Site-2 has “Prevent Hotlinking” enabled, administator of Site 3 is blocked from seeing images when editing pages in visual mode. Just sees missing image icons. Also, background image does not load on site. This site does not use a header image.
? Directory hierarchy: /Home/public_html/Site-3, which does NOT have AIOWPS installed
? Includes /Home/public_html/Site-3/wp-content, /Home/public_html/Site-3/wp-content, /Home/public_html/Site-3/wp-includes, and /Home/public_html/Site-3/.htaccess.htacess file for Site-3 only has the following encoding:
RewriteOptions inherit
# 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
# compress text, html, javascript, css, xml:
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddType x-font/otf .otf
AddType x-font/ttf .ttf
AddType x-font/eot .eot
AddType x-font/woff .woff
AddType image/x-icon .ico
AddType image/png .png
</IfModule>## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
</IfModule>
## EXPIRES CACHING ##AddHandler application/x-httpd-php56 .php .php5 .php4 .php3
<Files 403.shtml>
order allow,deny
allow from all
</Files>Site-4 and Site-5 have the same directory hierarchy as Site-3.
Site-4:
? Problem: Loses header image in WP Dashboard and on the website when Site-2 has Prevent Image Hotlinking enabled. Just see missing image icons.
? Directory hierarchy: /Home/public_html/Site-5
? Site-4 does have AIOWPS installed, but does not have Prevent Image Hotlinking activated.Site-5:
? Problem: Loses header image when Site-2 has Prevent Image Hotlinking enabled. Just see missing image icon.
? Directory hierarchy: /Home/public_html/Site-5
? Site-5 does not use AIOWPS.
- The topic ‘AIOWPS settings on one site blocks images on 3 others and prevent admin log-in’ is closed to new replies.