I tried by doing this in my httpd.conf file.
order allow,deny
deny from all
allow from 162.30.1.100
The ip address given above belongs to my system ip address. When i tried to connect to the server thru my browser it did n't allow me.
I forgot to remove the deny directive. I 've removed this and it worked .It did n't allow any other ip address other than my ip.
so now i know the ip address which my web server allow to access. What will happen if i access this web area anywhere from outside by fixing that system ip address to 162.30.1.100).
Will the web server allow this. If so how can i restrict this?.
Any help?
Thanks
svan