Hallo ich hab da nen kleines Problem
Und zwar habe ich 2 domains zur verfügung
die eine ist in der httpd.conf im Xampp verzeichnis
konifguriert das die eine domain in order /www zugreift
jezt möchte ich aber das die 2te domain auch auf diesen ordner zugreift
tut sie aber nicht. Wenn ich die domain versuche hinzuzufügen lässt sich der apache nich mehr starten
hier mal ein auszug aus meiner config
kann mir jemand nen tipp geben wie ih es machen muss ?
im strato kontroll center kann ich nur die ip zuweisen aber nicht auf eine andere
domain um routen
danke schonmal im voraus
Code:
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName www.funraum.de
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "D:/WWW"
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>