This is a discussion on Apache support Big 5 within the Windows Web Servers forums, part of the Web Server and Related Forums category; I have successfully installed apache 2.047 onto my PC(win2000 Pro),user read some chinese folder, it show "...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Lee !
Take a special look at this part of your http.conf file : # 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 </Directory> here you define the rules of your main directory then take a look at : # This should be changed to whatever you set DocumentRoot to. # <Directory "/wampp2/htdocs"> # # 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 MultiViews Includes ExecCGI AddType text/html .shtml AddHandler server-parsed .shtml AddHandler cgi-script .cgi # ReadmeName footer.html # # 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 All # # Controls who can get stuff from this server. # Order allow,deny Allow from all </Directory> this part yhould give you the right permission. I hope. bye Oliver from germany/Hamburg leetkwok@sinaman.com (hanghang) wrote in message news:<e89aa434.0310210130.3f5c10fb@posting.google. com>... > I have successfully installed apache 2.047 onto my PC(win2000 > Pro),user read some chinese folder, it show "you don't have permission > access". How to config 'httpd conf' file? > > > someone can help you? > thanks > Lee |