|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Request a password from only a certain ip
I dont want enebody in my school going on my site, but I want to be able to access it, I am using .htaccess/.htpasswd
|
|
#2
|
|||
|
|||
|
Bump, common, nobody knows?
|
|
#3
|
|||
|
|||
|
Easiest thing to do is deny them access.. don't worry about password:
Code:
<Limit GET POST> order deny,allow deny from all allow from xxx.xxx.xxx.xxx # your IP </Limit> This will deny everyone but your IP.. if you want to allow all access, but deny a certain IP you could do this: Code:
<Limit GET POST> order allow,deny allow from all deny from xxx.xxx.xxx.xxx # school IP </Limit> HTH hanji |
|
#4
|
|||
|
|||
|
The thing is, I want to be able to access my site from that ip, but I dont want enybody else to be able to
|
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > Request a password from only a certain ip |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|