File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -210,20 +210,20 @@ Installing and configuring Apache is basically a three-step process: install the
210
210
1. Locate the block that starts with:
211
211
212
212
` ` ` conf
213
- < Directory /var/www/html>
213
+ < Directory " /var/www/html" >
214
214
` ` `
215
215
216
216
1. Change the value of ` AllowOverride` to ` All` .
217
217
218
218
For example,
219
219
220
220
` ` ` conf
221
- < Directory /var/www/>
221
+ < Directory " /var/www/" >
222
222
Options Indexes FollowSymLinks MultiViews
223
223
AllowOverride All
224
224
Order allow,deny
225
225
Allow from all
226
- < Directory>
226
+ < / Directory>
227
227
` ` `
228
228
229
229
{:.bs-callout-info}
@@ -250,19 +250,19 @@ Failure to enable these settings typically results in no styles displaying on yo
250
250
251
251
1. Locate the block that starts with:
252
252
253
- ` < Directory /var/www/html> `
253
+ ` < Directory " /var/www/html" > `
254
254
255
255
1. Change the value of ` AllowOverride` to ` All` .
256
256
257
257
For example:
258
258
259
259
` ` ` conf
260
- < Directory /var/www/html>
260
+ < Directory " /var/www/html" >
261
261
Options Indexes FollowSymLinks MultiViews
262
262
AllowOverride All
263
263
Order allow,deny
264
264
Allow from all
265
- < Directory>
265
+ < / Directory>
266
266
` ` `
267
267
268
268
1. Save the file and exit the text editor.
@@ -304,7 +304,7 @@ To enable website visitors to access your site, use one of the [Require directiv
304
304
For example:
305
305
306
306
` ` ` conf
307
- < Directory /var/www/>
307
+ < Directory " /var/www/" >
308
308
Options Indexes FollowSymLinks MultiViews
309
309
AllowOverride All
310
310
Order allow,deny
Original file line number Diff line number Diff line change @@ -210,20 +210,20 @@ Installing and configuring Apache is basically a three-step process: install the
210
210
1. Locate the block that starts with:
211
211
212
212
` ` ` conf
213
- < Directory /var/www/html>
213
+ < Directory " /var/www/html" >
214
214
` ` `
215
215
216
216
1. Change the value of ` AllowOverride` to ` All` .
217
217
218
218
For example,
219
219
220
220
` ` ` conf
221
- < Directory /var/www/>
221
+ < Directory " /var/www/" >
222
222
Options Indexes FollowSymLinks MultiViews
223
223
AllowOverride All
224
224
Order allow,deny
225
225
Allow from all
226
- < Directory>
226
+ < / Directory>
227
227
` ` `
228
228
229
229
{:.bs-callout-info}
@@ -250,19 +250,19 @@ Failure to enable these settings typically results in no styles displaying on yo
250
250
251
251
1. Locate the block that starts with:
252
252
253
- ` < Directory /var/www/html> `
253
+ ` < Directory " /var/www/html" > `
254
254
255
255
1. Change the value of ` AllowOverride` to ` All` .
256
256
257
257
For example:
258
258
259
259
` ` ` conf
260
- < Directory /var/www/html>
260
+ < Directory " /var/www/html" >
261
261
Options Indexes FollowSymLinks MultiViews
262
262
AllowOverride All
263
263
Order allow,deny
264
264
Allow from all
265
- < Directory>
265
+ < / Directory>
266
266
` ` `
267
267
268
268
1. Save the file and exit the text editor.
@@ -304,7 +304,7 @@ To enable website visitors to access your site, use one of the [Require directiv
304
304
For example:
305
305
306
306
` ` ` conf
307
- < Directory /var/www/>
307
+ < Directory " /var/www/" >
308
308
Options Indexes FollowSymLinks MultiViews
309
309
AllowOverride All
310
310
Order allow,deny
You can’t perform that action at this time.
0 commit comments