Categories
Categories
Tag Cloud
Add DNS Record
CAA Record
Can i change my domain?
Cancel my hosting
Cancellation
Comodo
Domain Auto Renew
Domain Parking
Domain Registration
Domain Renewal
Domain Transfer
domains propagation
friendly identifier
GEOTrust
Hosting
How to
human-friendly computer address
internet uses IP addresses
Keep domain
popular domain extentions
Rapid SSL
Register my domain
Registering a domain name
SSL
SSL Certificates
Symantec
TDL Registration
TDL's
Which domain name
Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com
How to redirect a page to another page or website using .htaccess? Print
- 0
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 a page to another page:
Redirect from a page/directory to another page
Redirect 301 /oldpage.html /newpage.html
Now, whenever you open the url example.com/oldpage.html, it will automatically redirect you to example.com/newpage.html.
Was this answer helpful?
Related Articles
Powered by WHMCompleteSolution