Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Last active October 20, 2019 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/9255b7eb0c2ebb927744 to your computer and use it in GitHub Desktop.
Save Kaiderella/9255b7eb0c2ebb927744 to your computer and use it in GitHub Desktop.
Tự động redirect tên miền cũ về tên miền mới
#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ https://tenmienmoi.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment