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 the Non-WWW version of your site to the WWW version with this code in your .htaccess file:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com [NC]
RewriteRule ^(.*) http://www.yourdomain.com/$1 [L,R=301]
__________________
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 | |
|
|