Skip to content

Commit b872c1a

Browse files
committed
Merge pull request #81 from ronchalant/master
Needed if overrides are disabled by default so the .htaccess file rules are honored
2 parents eeea283 + eefcbb0 commit b872c1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This is a set of plugins, themes, and configuration files for jQuery's website i
1111
ServerName local.jquery.com
1212
ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com
1313
DocumentRoot "/srv/www/jquery"
14+
<Directory "/srv/www/jquery">
15+
Options All
16+
AllowOverride All
17+
Order allow,deny
18+
Allow from all
19+
</Directory>
1420
</VirtualHost>
1521
```
1622

0 commit comments

Comments
 (0)