Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pandauxstudio/1d96c9833c96314055f4ee35d31d8f71 to your computer and use it in GitHub Desktop.
Save pandauxstudio/1d96c9833c96314055f4ee35d31d8f71 to your computer and use it in GitHub Desktop.
.htaccess URL Redirect only if base is requested
RewriteEngine on
RewriteRule ^$ http://pandaux.co/ [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment