Jump to content

block access to files with htaccess


ginger76

Recommended Posts

Hi,

 

I have a membership site, and I'd like to stop people from certain areas from signing up. What I've done is add an htaccess file with

<Files *>

order deny,allow

followed by a list of country based IPs.

However, I'd like instead to only block the countries from the registration and login page, rather than the whole site. So would I use

<Files register.php login.php>

or do I need to have a comma or something to separate the two files?

Link to comment
https://forums.phpfreaks.com/topic/99520-block-access-to-files-with-htaccess/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.