Results 1 to 4 of 4
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 ...
- 10-11-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
How can I prevent the offline browsing webspider to download my website content
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 but I have tried to use Teleport, it still can download my website content.
Is there any thing wrong setting in .htaccess file?RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro
RewriteRule /*$ http://www.mywebsite.com [L,R]
Please check and give advice.
Thanks and regards,
Andy
- 01-21-2007 #2Just Joined!
- Join Date
- Dec 2006
- Posts
- 73
:s
You cannot prevent offline browsing. Period. It is extremely easy for an offline browsing program to spoof a web browser and download whatever it pleases. Furthermore, browsers such as mozilla-firefox allow you to save content to your hard disk after it has been downloaded for viewing. Oh, and how does saving the information offline compromise security? They have already seen it after all.
- 01-21-2007 #3
If I understand you right, what you might be looking for is a properly set up robots.txt file (see this link for more info about robots).
Stand up and be counted as a Linux user!
- 01-22-2007 #4Just Joined!
- Join Date
- Dec 2006
- Posts
- 73
xD That will only prevent robots that conform to the standard! :P


Reply With Quote
