New customer template page

tsiou

Verified User
Joined
Sep 15, 2006
Messages
213
Location
Larisa, Greece
Hi, i want to change the default html page that shows when a new user is created that says :
Welcome to the home of domain.com, To change this page, upload your website into the public_html directory etc...

I found a logo.jpg and an index.html in /usr/local/directadmin/data/templates/default
and changed it, but the old index.html is created when i add a new user.
How can i do it?
 
Yes, but in this case you assume that the users are created with the admin account. If you create them with another reseller you can alter the templates in the homedir of the reseller:

/home/{reseller}/domains/default
 
Ok, but other DA-users who come across this thread may not so I thought it was worth mentioning ;)
 
I know this is an old thread, but....

When creating a domain on admin account the default public_html template is seperate to the one in default directory in ftp. Why? Where can this default directory be found if it's not (/domains/default).
 
Modify: /usr/local/directadmin/data/templates/default/index.html

When a new reseller is created it should copy these files over to their ~username/domains/default folder. Once the reseller creates a user it should copy the files from the resellers default folder to the user. If you want to customize the resellers default page for users, modify ~username/domains/default/index.html
 
Last edited:
From what I understand from reading these posts is that if /home/username/domains/default/index.html then it will be used otherwise this will be used /usr/local/directadmin/data/templates/default/index.html


/home/username/domains/default/index.html is available through the file manager when logged in as the correct user.
 
Back
Top