Replies: 0
I had a lot of attacks from certain IPs and was recommended to restrict access to admin by only allowing our IP in the admin htaccess file. However this had a really strange side effect that I cannot explain. All our site online forms (Ninja Forms), stopped submitting. The send button spinner would just spin. Not send. I have no idea why the admin htaccess could affect this. I removed the code and the forms started working again. As I would like to limit admin access, please help me understand what happened. The code is below.
order deny,allow
allow from [our IP address]
deny from all