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.
Kategorie
4
Backup/Restore
9 Cloudflare (cPanel)
10 CloudLinux (cPanel)
24 cPanel - Control Panel
11 Databases
48 DirectAdmin
6 DNS - Nameservers
10 Domain Management
17 Email
9 FTP
6 Installing a Control Panel
8 Mail Filters & SPAM
11 Mobile
3 Others
7 PayPal
47 Plesk
10 Security
58 SiteWorx (Control Panel)
69 Softaculous
18 SolusVM
5 SSL
19 Virtualizor
18 WHM
17 WordPress
Kategorie
How to Redirect a Page or Website Using htaccess Print
- 0