View More user domains

belov

Verified User
Joined
Mar 18, 2004
Messages
3
Sorry for my English, i am from Italy. I have installed DA on my server, it's simply FANTASTIC !!!

Just one question :

I can access the user website with : http://IP-address/~user

Now, that user ADD more domains , HOW can be viewed that additional domains in the above mentioned way ?
 
Hello,

When a new domain is added, the /~username value is changed to point to the new domain. You can also change it to whatever domain you want by going to:

User Panel -> Advanced Tools -> Domain Administration -> select the domain you want to use -> click "Set As Default".

This button will change the default domain for the account, and will also chang the /~username link to point to that domain.

(Make sure you are using at least DA 1.21.3)

John
 
Hello,

Yes, you'll need to add an .htaccess file in the cgi-bin directory:
Code:
Options +ExecCGI
AddHandler cgi-script .cgi .pl
John
 
GREAT !

Very useful !!!!

So i can transfer all my website's content, debug cgi, switch nameservers at the registar and my customers do not see any downtime !!
 
Back
Top