Guest User

Untitled

a guest
Feb 25th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. RewriteEngine On
  2. Options +FollowSymLinks
  3.  
  4. RewriteCond %{HTTP_HOST} ^test.example.com$ [OR]
  5. RewriteCond %{HTTP_HOST} ^www.test.example.com$
  6. RewriteRule ^submitticket.php/?(.*)$ "http://test.example1.com/contact.php$1" [R=301,L]
  7.  
  8. RewriteCond %{HTTP_HOST} ^test.example.com$ [OR]
  9. RewriteCond %{HTTP_HOST} ^www.test.example.com$
  10. RewriteRule ^/?$ "http://manage.example1.com/" [R=301,L]
  11.  
  12. ServerName example.com
  13. Redirect permanent / http://example1.com/
Add Comment
Please, Sign In to add comment