We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5d3d1 commit bd95906Copy full SHA for bd95906
server/conf/vhost.conf.master
@@ -341,7 +341,7 @@
341
<FilesMatch "\.php[345]?$">
342
<tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
343
<If "-f %{DOCUMENT_ROOT} . '/' . %{REQUEST_URI}">
344
- SetHandler php5-fcgi
+ SetHandler php5-fcgi
345
</If>
346
<tmpl_else>
347
SetHandler php5-fcgi
@@ -352,7 +352,7 @@
352
353
354
355
356
357
358
0 commit comments