File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -134,3 +134,44 @@ PHPIniDir "E:/ComposerDirectory/ComposerDirectory/PHP 7.3.5 (64-bit)/"
134
134
135
135
```
136
136
***
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
+
You can’t perform that action at this time.
0 commit comments