Advertisement
Guest User

OpenPhoto Shared Host - Root htaccess

a guest
Jul 18th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteBase /
  3. RewriteCond %{HTTP_HOST} ^www.mydomainname.com$ [NC,OR]
  4. RewriteCond %{REQUEST_URI} !html/
  5. RewriteRule (.*) /html/$1 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement