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.
Categories
4
Backup/Restore
6 Billing & Accounts
0 CGI - Advanced Webmasters
10 CloudLinux (cPanel)
24 cPanel - Control Panel
2 Cpanel - Features & Functions
11 Databases
48 DirectAdmin
6 DNS - Nameservers
10 Domain Management
17 Email
6 Email Without Mysteries
9 FTP
4 FTP & Uploading Files
16 General Questions
7 Getting Started
6 Installing a Control Panel
8 Mail Filters & SPAM
11 Mobile
3 Others
7 PayPal
9 PHP & MySQL
47 Plesk
10 Security
58 SiteWorx/InterWorx
69 Softaculous
18 SolusVM
5 SSL
21 Technical Support
19 Virtualizor
18 WHM
17 WordPress
Categories
Knowledgebase
- Home
- Knowledgebase
- Others
- How to Redirect a Page or Website Using htaccess
- 0 Users Found This Useful
Related Articles
Fix PHP Error: Allowed Memory Size of X Bytes Exhausted
If you are getting an error such as "Allowed memory size of... in file...
How to Create a User-friendly URL Using htaccess
If your website is using a long URL such as example.com/files/folder/sitemap.html, you can change...