Advertisement
Guest User

Rewrite the root, temporarily.

a guest
Mar 5th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. # Ignore the following directories/files:
  4. RewriteRule ^(css|javascript|Old\ site)(/|$) - [L]
  5.  
  6. # Rewrite /Site/ to /
  7. RewriteCond %{REQUEST_URI} !^/Site/
  8. RewriteRule (.*) /Site/$1 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement