1

Topic: Problem with CSS working with a direct link

I have my domain name set up so that it redirects to PunBB forums on some other webspace.

It's redirecting to something like this: "http://forums.mywebspace.com/" - with the trailing slash being necessary for the redirect script to accept.

But when I goto www.mydomain.com the CSS script seems to be lost - the page loads with just the text and no style sheet, and the links don't goto anywhere.

But if I just go straight to "http://forums.mywebspace.com/" the page loads fine without any functionality problems. Then, if I were to stick "index.php" on the end of that link, the page has the same problems as above.

Any ideas?

Re: Problem with CSS working with a direct link

If you go to www.yourdomain.com and view the source of the webpage, what css file is it trying to fetch?

It should look like this:

<link rel="stylesheet" type="text/css" href="style/Oxygen.css">

"Programming is like sex: one mistake and you have to support it for the rest of your life."