User Tools

Site Tools


internet:hosting:redirect

This is an old revision of the document!


Web Site Redirection

Here we redirect a web site to another web site in a very simple way.

:!: A 302 is a temporary redirect.

Edit or create a small text file in the root of your web site (often public_html):

vim .htaccess
# This temporarily redirects your entire website to another domain
Redirect 302 / http://mt-example.com/
internet/hosting/redirect.1405374562.txt.gz · Last modified: 2014/07/14 15:49 by gcooper