Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abhinav4848/0923cb8c86410ae70561b7d767333a35 to your computer and use it in GitHub Desktop.
Save abhinav4848/0923cb8c86410ae70561b7d767333a35 to your computer and use it in GitHub Desktop.
Redirect custom.spsdarj.org to abhinavkr.ga/custom
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