Last active
June 17, 2019 21:50
-
-
Save abhinav4848/0923cb8c86410ae70561b7d767333a35 to your computer and use it in GitHub Desktop.
Redirect custom.spsdarj.org to abhinavkr.ga/custom
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 | |
RewriteCond %{HTTP_HOST} ^custom\.spsdarj\.org$ [OR] | |
RewriteCond %{HTTP_HOST} ^www\.custom\.spsdarj\.org$ | |
RewriteRule ^/?$ "http\:\/\/abhinavkr\.ga\/learn\/custom\/" [R=301,L] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment