Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CB9TOIIIA/20276681480cebf25713eeb3421f2a85 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/20276681480cebf25713eeb3421f2a85 to your computer and use it in GitHub Desktop.
Переезд корректный с robots.txt
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} robots.txt$ [NC]
RewriteRule ^([^/]+) $1 [L]
RewriteRule (.*) http://testnew.ru/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment