View Full Version : Concerning IP Access?


Jerb
08-06-2003, 09:59 PM
Well I know that this code allows you to block/allow people to access specific parts of your website.
<Limit GET>
order deny,allow
deny from 000.00.000.000
</Limit>
But is there a way to allow access to only one person, and block every other individual. It would be alot easier to let only one person access a page by using there IP address than having to make password protected pages that can easily be hacked into. I hope you understand my question.
Reply A.S.A.P.

-Jerb

zack_76
08-07-2003, 12:28 AM
Yeah try just setting it to allow that person's IP. Or you can't just use .htaccess files to password protect it that should be more safe then the Explore Prompt.

Jerb
08-07-2003, 05:43 AM
Alright, I'll try that. Thanks for answering my question.