htaccess blocking outside connections
-
Hello again!
So we’re running into an issue that we hadn’t noticed until a couple of weeks ago and are just now getting around to looking into it. We have an htaccess file that seems to be interfering with users trying to look at the listings while not on our network. When they go to the page with the job listings, the loading circle just spins forever.
This is the htaccess file we keep in wp-admin.
# ALLOW USER BY IP AuthName "Access Control" AuthType Basic ErrorDocument 403 /errorpages/403.html <Limit GET POST> order deny,allow deny from all allow from <our ip> </Limit>Maybe things have changed and we need to modifiy it but we were just wondering what the plugin is accessing in the admin folder.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘htaccess blocking outside connections’ is closed to new replies.