Default files missing!

pongzaa

Verified User
Joined
Oct 31, 2006
Messages
33
I have a problem about setting up new domain.
after i installed, it looks like ok but all default files are lost.:eek:

400.shtml
401.shtml
403.shtml
404.shtml
500.shtml
index.html
logo.jpg

How do i solve this problem?:confused:

Thank you.
 
Hello,

If those files are not present in the new public_html folder, it could be a few reasons.

1) Make sure /home/creator/domains/default is present, and is world readable (755). Replace creator with the name of the account that created the new user.

2) possibly the user is over quotas instantly. This can happen if other files exist on the file system, and were set to his UID number (which wouldn't have been assigned to any user).. but when the user was created, it happened to use the same UID number, thus those "other" files become his.
This is the guide to find those files:
http://help.directadmin.com/item.php?id=39

3) Lastly, make sure you have free space on your disk ;)
Code:
df -h
John
 
Thank John

After i check user and group id then it's not matched id, like this:

uid=510(username) gid=511(username) groups=511(username)

how to update group id same as user id? :confused:
 
The GID isn't necessarily the same as the UID and doesn't need to be.

Jeff
 
Back
Top