Page is a not externally linkable
jonj488 - 5:32 pm on May 2, 2009 (gmt 0)
I've tried wiping both my htaccess file and robots.txt file but am still having the same problem. The strange thing is, those IP's appear in my top 5 referral URLs! 21290.94%http://64.233.169.132/translate_c My htaccess file looks like this: RewriteEngine on AddType application/x-httpd-php .html .htm and robots only disallows agents to view a couple of pages on the server that I use for data entry. The other strange thing is that other translating sites, MSN, Yahoo, work fine... [edited by: eelixduppy at 6:53 pm (utc) on May 2, 2009]
Hi Jim thanks for your reply.
31110.81%http://bbs.dospy.com/viewthread.php
4880.64%http://72.14.203.132/translate_c
5540.39%http://64.233.189.132/translate_c
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.example.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.example.co.uk$ [NC]
RewriteCond %{HTTP_REFERER} !^http://example.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://example.co.uk$ [NC]
RewriteRule .*\.(jpg¦jpeg¦gif¦png¦bmp¦swf)$ http://www.example.co.uk/images/nohotlink.jpe [R,NC]
AddType application/x-httpd-php .xml
[edit reason] exemplified [/edit]