Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Options +FollowSymLinks
  2. RewriteEngine On
  3.  
  4. RewriteCond %{HTTP_HOST} ^(.+).site.com$
  5. RewriteRule ^/(.*)$ http://www.site.com/$1 [R=301,NC]
  6.  
  7. <virtualhost *:80>
  8. redirect permanent http://www.site.com/
  9. </virtualhost>
  10.  
  11. <virtualhost *:80>
  12. servername www.site.ru
  13. ...
  14. </virtualhost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement