Created
March 17, 2017 23:32
-
-
Save pandauxstudio/1d96c9833c96314055f4ee35d31d8f71 to your computer and use it in GitHub Desktop.
.htaccess URL Redirect only if base is requested
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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