Og dog.. det har jeg sgu ikke
det der er fucked er.. at jeg i httpd.conf har ændret documentroot til:
DocumentRoot "C:/www/plzdiethx.info"
DocumentRoot "C:/www/mailposter.org"
og på
http://mailposter.org[...] skriver den et andet docroot? har genstartet apache serveren..
i httpd-vhost.conf har jeg skrevet:
<VirtualHost *:80>
ServerAdmin
[email protected]
DocumentRoot C:/www/plzdiethx.info
ServerName plzdiethx.info
ServerAlias
http://www.plzdiethx.info[...]
ErrorLog logs/plzdiethx.info-error_log
CustomLog logs/plzdiethx.info-access_log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin
[email protected]
DocumentRoot C:/www/mailposter.org
ServerName mailposter.org
ServerAlias
http://www.mailposter.org[...]
ErrorLog logs/mailposter.org-error_log
CustomLog logs/mailposter.org-access_log common
</VirtualHost>
og jeg har også:
<Directory "C:/www/plzdiethx.info">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#
http://httpd.apache.org[...]
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
<Directory "C:/www/mailposter.org">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#
http://httpd.apache.org[...]
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
Nogen der kan HJÆLPE mig ? :(
--