I currently have the following directory structure.

website/http and
website/https/includes

In includes I have the stylesheet.

When I try to include the stylesheet from any page in the https directory or 
subdirectories there is no problem.

BUT when I try to do a "../website/includes/stylesheet.css" from the http directory it 
won't include.
I tried pasting the file into the same directory and it worked 
<LINK REL="stylesheet" TYPE="text/css" HREF="stylesheet.css">

Then i moved the stylesheet up a directory and changed the relative path to 
"../stylesheet.css" and it wouldn't work.

It does work however when i call the page by IP and not by domain.
i.e. http://127.0.0.1/website/http/index.cfm but not http://website.office/index.cfm


Is there some sort of restriction that when I move via relative path and leave the 
"domain" that the css isn't recognized anymore.

Allan 8-(

Reply via email to