Skip to content

Commit d9dab1d

Browse files
danheberdenrdworth
authored andcommitted
Merge branch 'master' of git://github.com/all9lives/web-base-template into all9lives-master
* 'master' of git://github.com/all9lives/web-base-template: Added prerequisites to install Directory with AllowOverride to apache conf Conflicts: README.md (cherry picked from commit ef935a8) Conflicts: README.md
1 parent 79af584 commit d9dab1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This install guide assumes you already have certain prerequisites already config
1919
ServerName local.jquery.com
2020
ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com
2121
DocumentRoot "/srv/www/jquery"
22-
<Directory /srv/www/jquery>
23-
Options All
24-
AllowOverride All
25-
Order allow,deny
26-
Allow from all
27-
</Directory>
22+
<Directory /srv/www/jquery>
23+
Options All
24+
AllowOverride All
25+
Order allow,deny
26+
Allow from all
27+
</Directory>
2828
</VirtualHost>
2929
```
3030

0 commit comments

Comments
 (0)