Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created August 6, 2018 10:39
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/99c26549c3da9aa6aafadb793d75cdb7 to your computer and use it in GitHub Desktop.
Save Kaiderella/99c26549c3da9aa6aafadb793d75cdb7 to your computer and use it in GitHub Desktop.
Redirect toàn bộ link về 1 trang nhất định
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) https://domain.com/page.html [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment