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 9a30ecd commit 6f4f6b8Copy full SHA for 6f4f6b8
server/conf/vhost.conf.master
@@ -319,6 +319,7 @@
319
RewriteCond %{HTTP_HOST} <tmpl_var name='rewrite_domain'>$ [NC]
320
<tmpl_if name="rewrite_is_url" op="==" value="n">
321
RewriteCond %{REQUEST_URI} !^/webdav/
322
+ RewriteCond %{REQUEST_URI} !^/php5-fcgi/
323
RewriteCond %{REQUEST_URI} !^<tmpl_var name='rewrite_target'>
324
</tmpl_if>
325
RewriteRule ^/(.*)$ <tmpl_var name='rewrite_target'><tmpl_if name="rewrite_add_path" op="==" value="y">$1</tmpl_if> <tmpl_var name='rewrite_type'>
0 commit comments