also ich weis das dieses Thema nicht zum ilch Script gehört aber ich denke SLJ kann mir da weiter helfen!
Ich habe also zuhause nen Homeserver mit Win XP grad drauf laufen jetzt will ich 2 Domains aufschlaten! das geht ja dann mit Virtuall Server so viel ich weis!
mein prob ist
also ich muss ja in der httpd-vhosts.conf glaub das so eintragen?
# # Virtual Hosts # # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # <URL:http://httpd.apache.org/docs/2.2/vhosts/> # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # # Use name-based virtual hosting. # ##NameVirtualHost 217.10.15.21:80 # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for all requests that do not # match a ServerName or ServerAlias in any <VirtualHost> block. # ##<VirtualHost 217.10.15.21:80> ## ServerAdmin andrbran@web.de ## DocumentRoot C:\xampp\htdocs\gighost\ ## ServerName gighost.de ## ServerAlias www.gighost.de ## ErrorLog @rel_logfiledir@/gighost.example.com-error_log ## CustomLog @rel_logfiledir@/gighost.example.com-access_log common ##</VirtualHost> ##<VirtualHost 217.10.15.21:80> ## ServerAdmin andrbran@web.de ## DocumentRoot C:\xampp\htdocs\community-united\ ## ServerName Community-United.com ## ServerAlias www.Community-United.com ## ErrorLog @rel_logfiledir@/Community-United.example.com-error_log ## CustomLog @rel_logfiledir@/Community-United.example.com-access_log common ##</VirtualHost>
und in der
httpd.conf
<VirtualHost 217.10.15.21:80> ServerName www.Community-United.com ServerAlias Community-United.com *.community-united.com DocumentRoot C:\xampp\htdocs\community-united\ </VirtualHost> <VirtualHost 217.10.15.21:80> ServerName www.gighost.com ServerAlias gighost.com *.gighost.com DocumentRoot C:\xampp\htdocs\gighost\ </VirtualHost>
das so eintragen mein prob ist
wenn ich auf www.Community-United.com gehe komme ich auf das richtige Verzeichniss gehe ich aber auf www.gighost.de komme ich auf das gleiche wie wenn ich auf www.Community-United.com gehe???
wo ist der fehler??
hoffe mir kann einer helfen!!!
MfG freak