edita il file di configurazione in questa parte....Originariamente inviato da carlo2002
a parte php, in questo momento ho installato apache2 worker, con il browser sono andato in localhost e vedevo la cartella www, poi ci ho messo un a index.html e mi dice:
You don't have permission to access /index.html on this server.![]()
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory ".....">
#
# 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
#
# 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>
dovrebbe essere questo... il path della directory deve avere queste opzioni (che sono quelle standard)![]()

Rispondi quotando