Keywords: WordPress - Google Cloud Platform - Technical issue - Permissions
bnsupport ID: df01eb9e-0c14-4a89-8d77-a0bc6a9b144d
Description:
Hey guys, thanks in advance to all
I'v added some rules to htaccess to restrict to access to the admin area just for certain ip addresses. the rules are working for some time with no issues, but for some reason I'm now blocked. Iv double checked my ip and rules and its all fine.
the path where the rule is applied in is /opt/bitnami/apps/wordpress/conf
and the rule is
<Directory /opt/bitnami/apps/wordpress/htdocs/>
<Files wp-login.php>
order deny,allow
deny from all
allow from xx.xxx.xx.xxx
</Files>
</Directory>
hope some could help cheers