For example you want to redirect your request from xyz.com to example.com
1. Go to your xyz.com hosting
2. create a index.html file
#vi index.html
3. Add the following code
<meta http-equiv="refresh" content="0; url=https://example.com/" />
1. Go to your xyz.com hosting
2. create a index.html file
#vi index.html
3. Add the following code
<meta http-equiv="refresh" content="0; url=https://example.com/" />
Comments
Post a Comment