Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
|
|
Thread Tools | Display Modes |
|
|
|
||||
|
If you are on an Apache Server you can redirect one domain to another with this code in your .htaccess file:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?domain1\.com [NC]
RewriteRule ^(.*)$ http://domain2.com/$1 [R=301,L]
__________________
AspenwoodMobileHomes.com - Mobile Homes For Sale - Aspenwood Mobile Homes SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training MHAmerica.com - National Database of Mobile Homes For Sale Across America! - Mobile Homes For Sale |
| Thread Tools | |
| Display Modes | |
|
|