Page 1 of 1

[solved] Can DNS issues effect CSS?

Posted: Thu Nov 29, 2007 7:00 pm
by TJINAK
Hello,

I'm publishing http://www.redoubtrealty.com today.  I've taken a call saying that none of the CSS is being applied when you go to the site. 

My problem is that all my stylesheets are reading:

Code: Select all

<link rel="stylesheet" type="text/css" href="http://redoubtrealty.com/modules/Album/css/stylesheet.css" />
How can I change them to href="http://www.redoubrealty.com/..."

I'm working the DNS issue now but I need a quick fix.



Thank you,

TJ

Re: Can DNS issues effect CSS?

Posted: Thu Nov 29, 2007 7:43 pm
by RonnyK
TJ,

did you check your config.php to see if the www. is standing in front of the URLs, or do you have it there without as well.

Ronny

Re: Can DNS issues effect CSS?

Posted: Thu Nov 29, 2007 8:06 pm
by TJINAK
Thank you!

TJ