If a page on your website no longer exists and you want to redirect it to a new page or website, you can use the dot htaccess file to redirect visitors.
Redirect from a page/directory to another domain or the main domain:
Redirect from a specific page to a domain:
RewriteEngine on
Redirect 301 /mypage.html http://example.com
Redirect from one page to another page:
#Redirect from a page/directory to another page
Redirect 301 /oldpage.html /newpage.html
Whenever you open a URL such as example.com/oldpage.html, it will redirect you to example.com/newpage.html.
- Domains
- Shared Hosting
- WordPress
- Security
- Company
-
Support
-
Service StatusView the current performance and operational status of our systems in real time.
-
Submit a Support TicketRequire assistance? Submit a support ticket and our team will be ready to help.
-
Start a Live ChatHave a question? Connect with our team instantly through Live Chat.
-
KnowledgebaseFind clear, step-by-step answers to your questions in our comprehensive guides.
-
Report AbuseIf you believe content hosted on our network violates our Acceptable Use Policy or applicable laws, please submit an abuse report with detailed information.
-
Contact UsHave an inquiry? Our team is here to assist—get in touch with us today.
-
- My Account