HT Access issues
-
Been having an issue recently where updates made by WP Sec is locking me out. most recent HT Access content was :
# BEGIN All In One WP Security
#AIOWPS_IP_BLACKLIST_START
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
Deny from 104.168.64.21
Deny from 188.143.234.155
</IfModule>
<IfModule mod_authz_core.c>
<RequireAll>
Require all granted
Require not ip 104.168.64.21
Require not ip 188.143.234.155
</RequireAll>
</IfModule>
#AIOWPS_IP_BLACKLIST_END
#AIOWPS_LOGIN_WHITELIST_START
<FilesMatch “^(wp-login\.php)”>
Order Allow,Deny
Allow from blog.tavistockwealth.com
Allow from 188.64.186.231
Allow from 77.100.95.179
Allow from 89.248.19.81
</FilesMatch>
#AIOWPS_LOGIN_WHITELIST_END
# END All In One WP Securitydefault
# 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
Only solution i to revert to default WP code.
Keeps happening, almost daily.
Solution? – other then not using WP Security?
The topic ‘HT Access issues’ is closed to new replies.