Branching
Posted by: Novastar
Posted on: 2008-03-06 05:16:00
I've seen a similar topic on this forum, but I don't want to hijack it so here's my question.
Currently I have created 2 subdomain, and a maindomain for my website. In the filestructur it currently works as this:
username/images
username/www
username/forums
username/css
username/admin
whereas www is the mainsite and forums + admin my subdomains.
now I've placed all the common CSS and Images in seperate directories, but I can't access them from the other directies. like for example, my index.html has a CSS linked with ../css/common.css but it's not working.
Is this a security setting, or am I doing something completly wrong?
p.s: I hope it's clear what I'm trying to do...