Skip to content

Instantly share code, notes, and snippets.

@nchapman
Created January 29, 2010 01:14
Show Gist options
  • Save nchapman/289356 to your computer and use it in GitHub Desktop.
Save nchapman/289356 to your computer and use it in GitHub Desktop.
# iWeb at root of domain on MediaTemple (gs)
DirectoryIndex Welcome.html
RewriteEngine on
RewriteCond %{REQUEST_URI} !/MySite/
RewriteRule ^(.*?)$ /MySite/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment