public_html is not the main folder

tal

Verified User
Joined
Oct 8, 2005
Messages
16
hey all,
i have problem that the public_html in my admin account is not the main folder.

look at that, a picture from a user that i (admin) opened:
a.JPG

and here is a picture from my account (admin):
b.JPG

so what i have to do ?
maybe i can to rebuild that admin account?

Thanks for the help
Tal
 
DirectAdmin allows hosting companies to give their clients the ability to handle multiple domains within the same account.

Here's how it's done:

The directory path is:

userhome/domains/domainname/public_html

But for the convenience of single-domain users, there's also a link:

userhome/public_html -> userhome/domains/domainnamne/public_html

for the most recently added domain.

Jeff
 
DirectAdmin allows hosting companies to give their clients the ability to handle multiple domains within the same account.

Here's how it's done:

The directory path is:

userhome/domains/domainname/public_html

But for the convenience of single-domain users, there's also a link:

userhome/public_html -> userhome/domains/domainnamne/public_html

for the most recently added domain.

Jeff

so what i have to do ?
i have root and admin (freebsd)

thanks !
 
I don't know because I don't see a question or a problem. What, if anything, isn't working?

Jeff
 
I don't know because I don't see a question or a problem. What, if anything, isn't working?

Jeff

i want that my admin and my other users have public_html like what u wrote

userhome/public_html -> userhome/domains/domainnamne/public_html

can i fix it?
maybe i can rebuild the directadmin and the problem will be fix in the rebuild?
 
All uysers should have a public_html link to the most recently created domain. If there's no domain, then they won't have a link.

You can create the link manually:
Code:
# cd /home/username/
# ln -s /home/username/domains/domainname/public_html public_html
Jeff
 
Back
Top