![]() |
Way to only allow certain IP access a folder ?
I want only couple people to be allowed to hit some files ... how do I only allow them and not others ? I'Ve already tried
<limit get post> order deny allow deny from all allow from xxx </limit> but it gives me a server error . |
couldn't you just put a password on the folder?
|
Quote:
|
order deny,allow
deny from all allow from 123.123.123.123 Thats how it should look. |
Your htaccess wasn't setup properly if using an htpasswd file "didn't work"...
You can also use mod_rewrite and match the rewritecond against REMOTE_ADDR... |
Quote:
|
I think I got it working
|
All times are GMT -7. The time now is 11:50 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123