Welcome to the OzoneAsylum FaqWiki |
How do I redicrect from an old domain to a new one using Apache? |
---|
Use: code: Redirect permanent / [URL=http://newdomain.com/]http://newdomain.com/[/URL]
code: RedirectPermanent / [URL=http://newdomain.com/]http://newdomain.com/[/URL]
|