|
Question : Access
|
|
Hello,
For a website Hosted on Linux I need to ensure that only people that are coming from our company (using the company proxy) have access to this site. My question is how to enable this? Can someone please help me find a solution?
Thanks,
Bram
|
Answer : Access
|
|
hmm
That can still work
Ask your host if you have use of "htaccess". ask them if they'd could set it up for you
once setup create your ".htaccess" file in the directory you want to protect and add
deny from all allow from
|
|
|
|