File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636
3737 <Directory {tmpl_var name='web_document_root_www'}>
3838 Options FollowSymLinks
39- AllowOverride Indexes AuthConfig Limit FileInfo
39+ AllowOverride All
4040 Order allow,deny
4141 Allow from all
4242<tmpl_if name='ssi' op='==' value='y'>
5656 </Directory>
5757 <Directory {tmpl_var name='web_document_root'}>
5858 Options FollowSymLinks
59- AllowOverride Indexes AuthConfig Limit FileInfo
59+ AllowOverride All
6060 Order allow,deny
6161 Allow from all
6262<tmpl_if name='ssi' op='==' value='y'>
187187
188188 <Directory {tmpl_var name='web_document_root_www'}>
189189 Options FollowSymLinks
190- AllowOverride Indexes AuthConfig Limit FileInfo
190+ AllowOverride All
191191 Order allow,deny
192192 Allow from all
193193<tmpl_if name='ssi' op='==' value='y'>
207207 </Directory>
208208 <Directory {tmpl_var name='web_document_root'}>
209209 Options FollowSymLinks
210- AllowOverride Indexes AuthConfig Limit FileInfo
210+ AllowOverride All
211211 Order allow,deny
212212 Allow from all
213213<tmpl_if name='ssi' op='==' value='y'>
You can’t perform that action at this time.
0 commit comments