hi, i want to prevent flashGet (or programs like this) from browsing my website and its content... is that possible? or if it is how... through .htaccess you can use rewrite engine like this:
RewriteCond %{HTTP_USER_AGE NT} ^FlashGet [OR]
RewriteRule ^.* - [F,L]
i still can browse through... even folders of yahoo.com, so if it is possible to prevent it, then why yahoo didn't use it... i think this Rewrite Rule doesnt work.
so is there any other simple method to do so? to hide folder where i store "accessible " files from FlashGet browsing?!... \
thanks in advance...
RewriteCond %{HTTP_USER_AGE NT} ^FlashGet [OR]
RewriteRule ^.* - [F,L]
i still can browse through... even folders of yahoo.com, so if it is possible to prevent it, then why yahoo didn't use it... i think this Rewrite Rule doesnt work.
so is there any other simple method to do so? to hide folder where i store "accessible " files from FlashGet browsing?!... \
thanks in advance...
Comment