Skip to content

Instantly share code, notes, and snippets.

@evemilano
Created January 27, 2015 13:27
Show Gist options
  • Select an option

  • Save evemilano/d2a08935f3df8b884913 to your computer and use it in GitHub Desktop.

Select an option

Save evemilano/d2a08935f3df8b884913 to your computer and use it in GitHub Desktop.
Redirezioni per User Agent
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.olddomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^olddomain.com$
RewriteCond %{HTTP_USER_AGENT} Googlebot [OR]
RewriteCond %{HTTP_USER_AGENT} msnbot [OR]
RewriteCond %{HTTP_USER_AGENT} Slurp
RewriteRule ^(.*)$ http://bcd.com/$1 [L,R=301]
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment