问题标签 [apache-expression]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure - .htaccess If/Else 语句不适用于 HTTP_HOST
这是我的.htaccess
文件:
但它不起作用,似乎该<If>
语句被忽略了。我还从 PHP 中做出了回应,$_SERVER['HTTP_HOST']
在那里我得到了我期望的值。此外,RewriteRule
如果我删除 If/Else 语句,则它正在工作。
我将 Azure Webapp 与 Apache/2.4.38 (Debian) 一起使用
apache - Apache 2.4+ REQUEST_URI 语法
我有这个代码,它适用于 SSILegacyParser On...。
然后结果进入这条线......
我想做的是重写这段代码,这样它就可以在 Apache 2.4+ 中工作,而无需启用 SSILegacyParser。