Hi,
I am concerning how to prevent the offline browsing webspdier (e.g. Teleport) to download my website content for security purpose.
I have add below content in the .htaccess file in Unix system. But I have tried to use Teleport, it still can download my website content.
****************************************
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro
RewriteRule /*$ http://www.mywebsite.com [L,R]
***************************************
Is there any thing wrong setting in .htaccess file?
Please check and give advice.
Thanks and regards,
Andy