Skip to content
Snippets Groups Projects
Commit bc8f0923 authored by tbrehm's avatar tbrehm
Browse files

Set AllowOverride to all.

parent b36d50e4
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
<Directory {tmpl_var name='web_document_root_www'}>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
AllowOverride All
Order allow,deny
Allow from all
<tmpl_if name='ssi' op='==' value='y'>
......@@ -56,7 +56,7 @@
</Directory>
<Directory {tmpl_var name='web_document_root'}>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
AllowOverride All
Order allow,deny
Allow from all
<tmpl_if name='ssi' op='==' value='y'>
......@@ -187,7 +187,7 @@
<Directory {tmpl_var name='web_document_root_www'}>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
AllowOverride All
Order allow,deny
Allow from all
<tmpl_if name='ssi' op='==' value='y'>
......@@ -207,7 +207,7 @@
</Directory>
<Directory {tmpl_var name='web_document_root'}>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
AllowOverride All
Order allow,deny
Allow from all
<tmpl_if name='ssi' op='==' value='y'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment