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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.