Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <files *>
  2. Order allow,deny
  3. Allow from all
  4. </files>
  5. <files .htaccess>
  6. Order allow,deny
  7. Deny from all
  8. </files>
  9.  
  10. RewriteEngine on
  11. RewriteCond %{HTTP_HOST} ^u\.xarold\.com$
  12. RewriteRule ^(.+)$ http://repo.xarold.com/depiction.php?id=$1 [R,NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement