Using .htacess you can redirect the domain or page or link into your own or even can change the url of your domain in the .htaccess file.
Here is simple example to redirect the old domain to new domain in the .htaccess file
Permanant Redirect (301)
Syntax:
-------------------------------------------------------------------------------------
Redirect 301 / https://yourdomain.com/
Redirect 301 https://yourolddomain.com/ https://yournewdomain.com/
No comments:
Post a Comment