Skip to content

Instantly share code, notes, and snippets.

@manfromanotherland
Created March 10, 2015 11:48
Show Gist options
  • Save manfromanotherland/a35f6d7bd86430444ec4 to your computer and use it in GitHub Desktop.
Save manfromanotherland/a35f6d7bd86430444ec4 to your computer and use it in GitHub Desktop.
.htaccess: Permanent redirect to directory #snippet
# ----------------------------------------------------------------------
# REDIRECT TO /DIR
# ----------------------------------------------------------------------
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^$ http://domain.com/dir [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment