I suspect you are correct in that I am doing it the hardway, but I feel I have to edit the files in someway as I do not want it to create the following everytime I add a domain.
In the following list below sme is what I called the server.Say for example I added domain.co.uk as a domain it would create the following.
sme.domain.co.uk
ftp.domain.co.uk
mail.domain.co.uk
www.domain.co.ukproxy.domain.co.uk
wpad.domain.co.uk
However out of the list above I dont want them all, and I understand that its easy to delete them, but I am unable to delete "sme.domain.co.uk"
But what I am wanting to do is add
www.domain.co.uk and for it to only create a hostname for
www.domain.co.uk likewise if I added this dev.domain.co.uk as a domain.
As I want www. and dev. to map to different ibays, and I have no need for any of the other hostnames, so I dont wish for them to be created for me.
I have only 1 domain at the moment www. points to a server in a hosting facility, but I am wanting to serve a thing files from my own server at home.
So instead of www., dev. site. radio. files. all pointing to the same ibay I wish for them to point to different ibays, but to do that I have to add them as domains, but when I do this they get prefix so for example dev.domain.co.uk would then become
www.dev.domain.co.uk and wpad.dev.domain.co.uk which is what I do not want so trying to find a way to modify the code to get around that issue.
I think I am on the right lines with what I have modified so far I just now need to work out how to make it create a hostname for the domain I have added as at present that is what it does not do and I have to do it manually, and it then is not a static domain, in that there is a remove link which ideally should not be there.
The mail issue is not a problem as the box is only going to be used to serve pages, and wont be handling mail other than maybe the odd mail going out via things like php mail function and the like.