Skip to content

Commit 65c075c

Browse files
Update Domain Hosting Example Server.md
1 parent a926639 commit 65c075c

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

Apache Server/conf/Domain Hosting Example Server.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,44 @@ PHPIniDir "E:/ComposerDirectory/ComposerDirectory/PHP 7.3.5 (64-bit)/"
134134
135135
```
136136
***
137+
138+
139+
```
140+
DocumentRoot "C:/Users/Credit/Documents/#Server(htdocs)(www)"
141+
<Directory "C:/Users/Credit/Documents/#Server(htdocs)(www)">
142+
143+
#
144+
# Possible values for the Options directive are "None", "All",
145+
# or any combination of:
146+
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
147+
#
148+
# Note that "MultiViews" must be named *explicitly* --- "Options All"
149+
# doesn't give it to you.
150+
#
151+
# The Options directive is both complicated and important. Please see
152+
# http://httpd.apache.org/docs/2.4/mod/core.html#options
153+
# for more information.
154+
#
155+
# Options Indexes FollowSymLinks
156+
157+
Options All Indexes FollowSymLinks ExecCGI
158+
159+
#
160+
# AllowOverride controls what directives may be placed in .htaccess files.
161+
# It can be "All", "None", or any combination of the keywords:
162+
# AllowOverride FileInfo AuthConfig Limit
163+
#
164+
165+
# AllowOverride None
166+
167+
AllowOverride All
168+
169+
170+
#
171+
# Controls who can get stuff from this server.
172+
#
173+
Require all granted
174+
</Directory>
175+
176+
177+

0 commit comments

Comments
 (0)