Apache Config

tut mir leid ihrgendwas mach ich da falsch :)

ich denk mal das is der teil in der CONFIG den ich ÄNDERN soll

Code:
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "e:\wwwroot\www">

#
# 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/docs-2.0/mod/core.html#options
# for more information.
#
   
    Options Indexes FollowSymLinks
    Options Includes Indexes
    Options ExecCGI

#
# 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>


ich hab da schon alles mögliche versucht, es funktioniert nicht :(
sorry
 
Zurück