/domains/mydomain.com/public_html/ sybolic link problem

rchan

Verified User
Joined
Sep 11, 2012
Messages
13
Hi,

I am working in a user a/c.

The website root folder is
/domains/mydomain.com/public_html/index.htm

I need to work on a new version of the website and create a new folder new to hold the new version.

/domains/mydomain.com/public_html/new/index.htm

After that I found a new domains folder was created by the system in the root

/domains/mydomain.com/public_html/domains
which has same folder structure

/domains/mydomain.com/public_html/domains/mydomain.com/public_html/

Also inside the new folder i created, there is also domains folder

/domains/mydomain.com/public_html/new/domains/

Please tell me why this happen and how to fix it.

I found that some feature of a webpage work fine in the new folder, but does not work ok in
the root folder.

Thanks.
 
Directadmin by default does not do anything of that. So I'd guess you are having a symlink loop. What do you see with:


Code:
ls -la /home/username/
?
Code:
ls -la /home/username/domains/
?
Code:
ls -la /home/username/domains/mydomain.com/
?
 
Back
Top