Guest User

Untitled

a guest
Oct 16th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. RewriteCond %{HTTP_HOST} domain\.com [NC]
  2. RewriteCond ${REQUEST_URI} !^/sub_directory/(.*)$ [NC]
  3. RewriteRule ^/(.*)$ /sub_directory/$1 [L,R]
Add Comment
Please, Sign In to add comment