I have a dedicated server.. I use Ensim Pro.. with apache and linux...
Now my question ;-)
I have a main domain, I made a subdomain via Ensim..
now I made it so that is becomes a directory in my main domain name..
so I have :
* www.maindomain.com
* sub.maindomain.com => www.maindomain.com/sub/
Now my problem is that the sub is pointing his cgi-bin into its directory, so sub.maindomain.com/cgi-bin/ => /sub/cgi-bin/
BUT I want the cgi-bin pointed to the same cgi-bin of main domain ;-)
so www.maindomain.com/cgi-bin/
How do I do that ? ;-) I did found all the configuration files.. but I want to make ONE change so it will implement it for the WHOLE server.. I have multiple domains !! So I want to applicate it to all.. when creating a subdomain it should immediately point to the cgi-bin of the main domain...
I hope someone call help me ;-) I am desperate ;-)
Tasari