Forum Moderators: phranque
Order allow,deny
allow from all
deny from 218.242
...
it works, however I would like to deny visitors from certain site, and after searching the in google, I got the following script:
SetEnvIfNoCase Referer "^http://the referer site" BadReferrer
order deny,allow
deny from env=BadReferrer
I am not sure if it works, just testing it now!
However, I would appreciate if anyone can tell me any php script that wuold block the visitor by detecting IE language, say, only those who use english IE will be allowed to open the site.
thanks!