kusadasi-guy
Dec 27th 2004, 6:42 am
Shawn recommend for preventing santy that
Make a .htaccess file with the following in the root folder:
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^LWP* [OR]
RewriteCond %{HTTP_USER_AGENT} ^lwp*
RewriteRule .* - [F]That will of course require your server allows you to use mod_rewrite.
as i as i know that htaccess file prevent infamous browser access to the website. am i correct?
And, it may close the access to googlebot, msnbot, yahoobot ..etc?
Make a .htaccess file with the following in the root folder:
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^LWP* [OR]
RewriteCond %{HTTP_USER_AGENT} ^lwp*
RewriteRule .* - [F]That will of course require your server allows you to use mod_rewrite.
as i as i know that htaccess file prevent infamous browser access to the website. am i correct?
And, it may close the access to googlebot, msnbot, yahoobot ..etc?