Category: Apache
-
Redirect all page request from one domain name to another domain name
If you need to redirect all requests of URL from one domain name to another one without special path on the new domain name, use the following method. (this is only redirect all requests to the index page of another domain name) <VirtualHost *:80> ServerName abc.byu.edu # redirect entire abc…