ginger76 Posted April 4, 2008 Share Posted April 4, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.