2 lokale homepages

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

2 lokale homepages

Postby OOmatrixOO » 08. April 2010 22:39

hallo.
ich hab auf meiner festplatte 2 homepages und nutze xampp um design etc vor dem hochladen zu überprüfen.
mit einer page hat es funktioniert, nur jetzt wo ich 2 habe, nicht mehr wirklich.

es wird immer nur eine homepage angezeigt und das bei beiden local adressen. was muss ich denn ändern, das unter jeder adresse auch die entsprechende homepage angezeigt wird?

Code: Select all
127.0.0.1 mailer.local
127.0.0.1 m-m.local


Code: Select all
#
# 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 *: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 *:80>
##    ServerAdmin webmaster@dummy-host.example.com
##    DocumentRoot  /www/docs/dummy-host.example.com
##    ServerName dummy-host.example.com
##    ServerAlias www.dummy-host.example.com
##    ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
##    CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common
##</VirtualHost>

##<VirtualHost *:80>
##    ServerAdmin webmaster@dummy-host2.example.com
##    DocumentRoot /www/docs/dummy-host2.example.com
##    ServerName dummy-host2.example.com
##    ErrorLog @rel_logfiledir@/dummy-host2.example.com-error_log
##    CustomLog @rel_logfiledir@/dummy-host2.example.com-access_log common
##</VirtualHost>

<VirtualHost 127.0.0.1:80>
ServerName mailer.local
ServerAlias mailer.local www.mailer.local
DocumentRoot "d:/Homepages/Dark Mailer/"
<Directory "d:/Homepages/Dark Mailer/">
Options Indexes FollowSymLinks
Options +Includes
AllowOverride FileInfo
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex index.html index.htm index.php
</Directory>
ErrorLog "d:/Homepages/Dark Mailer/errorlog.log"
</VirtualHost>

<VirtualHost 127.0.0.1:80>
ServerName m-m.local
ServerAlias m-m.local www.m-m.local
DocumentRoot "d:/Homepages/Mobildiskothek M-M/"
<Directory "d:/Homepages/Mobildiskothek M-M/">
Options Indexes FollowSymLinks
Options +Includes
AllowOverride FileInfo
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex index.html index.htm index.php
</Directory>
ErrorLog "d:/Homepages/Mobildiskothek M-M/errorlog.log"
</VirtualHost>


ich hoffe es kann jemand helfen.

mfg
OOmatrixOO
 
Posts: 11
Joined: 03. October 2005 12:48

Re: 2 lokale homepages

Postby Altrea » 08. April 2010 23:20

Du willst namebased virtual Hosts verwenden, hast die dafür notwendige Zeile aber garnicht entkommentiert.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11933
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: 2 lokale homepages

Postby OOmatrixOO » 08. April 2010 23:29

ok was muss ich da noch machen bzw dazu schreiben?
OOmatrixOO
 
Posts: 11
Joined: 03. October 2005 12:48

Re: 2 lokale homepages

Postby Altrea » 08. April 2010 23:41

OOmatrixOO wrote:
Code: Select all
#
# Use name-based virtual hosting.
#
##NameVirtualHost *:80


Dateikommentare lesen hilft manchmal schon :wink:
Was du machen musst ist die letzrten zwei # entfernen, denn diese leiten Zeilenkommentare ein.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11933
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: 2 lokale homepages

Postby OOmatrixOO » 09. April 2010 16:41

hi.
das hab ich jetzt gemacht, bringt aber leider keinen erfolg. es wird immer noch bei beiden die gleiche homepage aufgerufen. :?
OOmatrixOO
 
Posts: 11
Joined: 03. October 2005 12:48

Re: 2 lokale homepages

Postby OOmatrixOO » 09. April 2010 17:15

wenn ich sowas vor hätte, würde ich mir ja sicher nicht hier öffentlich rat holen oder? mal vorher überlegen, bevor man jemandem sowas an den kopf wirft! :!:
OOmatrixOO
 
Posts: 11
Joined: 03. October 2005 12:48

Re: 2 lokale homepages

Postby OOmatrixOO » 09. April 2010 19:45

also kann mir nun jemand weiterhelfen?
OOmatrixOO
 
Posts: 11
Joined: 03. October 2005 12:48


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 44 guests