Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{HTTP_HOST} !^(www\.)?titancontent.com$ [NC]
  3. RewriteCond %{HTTP_HOST} ^([^.]+)\.titancontent.com$ [NC]
  4. RewriteCond %{REQUEST_URI} !index.php
  5. RewriteRule ^ /index.php?url=%1 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement