Hi!
I am having great troubles with getting the paths to work for subdomains.
I have looked through the forum but I did not find any solution to this.
Our main domain is this,
the root is http://gokboet.nu
Normally our settings from root are like this.
/home/path-to-public-html[root]/carina/
this is my subdomain which I use as my personal site on our family domain.
With that setting as path it would naturally be
/carina/UserFiles/
as I have understood the instructions.
But then it tries to find the image in http//carina.gokboet.nu/carina/UserFiles/
and not
http//carina.gokboet.nu/UserFiles/
Am I stuck in how to do this so I don´t see the forrest for all the trees.
The familymembers who have their parts of this domain as subfolders the settings works perfectly but not for me or 2 others.
Could someone please point out what I am doing wrong in the settings.
Thanks in advance.
Sun, 10/01/2006 - 02:09
#1
RE: Subdomains and relative paths
Set /carina/UserFiles/ as /Userfiles/.
http://foo.com/Carina/userfiles/
also exists as
http://Carina.foo.com/userfiles/
>But then it tries to find the image in >http//carina.gokboet.nu/carina/UserFiles/
>and not
>http//carina.gokboet.nu/UserFiles/
RE: Subdomains and relative paths
I set the UserFiles to /carina/UserFiles/ as /Userfiles/ and then it looks for the image http//carina.gokboet.nu/carina/UserFiles/ which generates an error as that means I chould have a subfolder intstead of the main subroot.
Do you mean create that line in the config file for each and every subdomain meaning that I should have several lines with UserFile locations?
We have some subdomains and also users who only have subfolders. I therefore need a setting to fit us all (our family) not only one person.
I can get the settings working correctly on all settings besides for us with subdomains.