Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. RewriteCond %{HTTP_HOST} ^mycname.domain.com$ [NC]
  2. RewriteRule ^robots.txt$ /robots-mycname.txt [NC,L]
  3.  
  4. User-agent: *
  5. Disallow:
  6.  
  7. RewriteCond %{HTTP_HOST} ^mycname.domain.com$ [NC]
  8. RewriteRule ^ - [F]
  9.  
  10. RewriteCond %{HTTP_HOST} ^mycname.domain.com$ [NC]
  11. RewriteCond %{HTTP_USER_AGENT} Googlebot [NC]
  12. RewriteRule ^ - [F]
  13.  
  14. User-agent: *
  15. Disallow: /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement