NamePros.Com (http://www.namepros.com/)
-   Web Design Discussion (http://www.namepros.com/web-design-discussion/)
-   -   Need Help Please-CSS Template (http://www.namepros.com/web-design-discussion/433784-need-help-please-css-template.html)

FelixSited 02-17-2008 10:22 PM

Need Help Please-CSS Template
 
Hello,
I am not knowledgeable in CSS or know much HTML for that matter. I downloaded a css template and I got it to work except in IE, if you don't put in the WWW. the logo and colors don't load. It is XHTML 1.1 and CSS. The designer stated that it was tested in IE6. I am using a free host (50webs), but I don't think that has anything to do with it?Any suggestions? Thanks in advance.

ihatebeans 02-18-2008 03:04 PM

I forget how, but in htaccess you can change it so anyone who visits the site will automatically have the www put in front.

vatsan 02-23-2008 07:54 AM

Its quiet simple. Just make a .htaccess file in the root of the domain and type in the following.

Code:
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^yoursite.com [NC] RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]

This will automatically redirect all http://yoursute.com/blah/blah to http://www.yoursite.com/blah/blah
Dont forget to replace yoursite with the URL.
Hope that helps :)


All times are GMT -7. The time now is 08:10 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0