Learn how to redirect a web page’s visitors to another page using a .htaccess file in this quick and easy tutorial.
To redirect a web page’s visitors to another page on the same domain:
<IfModule mod_alias.c>
RedirectMatch 301 "^/old-page$" "/new-page"
</IfModule>
To redirect a web page’s visitors to a page on a different domain:
<IfModule mod_alias.c>
RedirectMatch 301 "^/old-page$" "https://www.example.com/page"
</IfModule>
That’s all there is to it!
You may also like:
Love our articles? HostM offers professional and helpful web hosting services with unlimited features and renewal rates that actually match our advertised rates.
From $2.48/mo
We can help you move your
email and websites as desired.