Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #Start Business pages
  2. RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^www.outputside.org.uk/swellcottage$
  3. RewriteRule ^(.*) http://www.datasite.co.uk/$1 [P]
  4.  
  5. RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^www.outputsite.org.uk/hawthorn-books$
  6. RewriteRule ^(.*) http://www.datasite.co.uk/$1 [P]
  7. #End Business Pages
  8.  
  9. RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^www.outputsite.org.uk/hawthorn-books$
  10. RewriteRule ^(.*) http://www.datasite.co.uk/$1 [P]
  11. #End Business Pages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement