【发布时间】:2018-05-06 19:57:57
【问题描述】:
<LocationMatch "^/(starwars|ironman|hulk|blackwidow|thor|loki)($|/|\?)">
RewriteCond "%{REQUEST_FILENAME}" !-f
RewriteCond "%{REQUEST_FILENAME}" !-f
RewriteRule "^(.+)" "https://www.example.com%{REQUEST_URI}" [P]
</Locationmatch>
这是我的 apache 重写规则,我按照谷歌的建议尝试了几个选项。但这对我不起作用。有什么帮助吗?
【问题讨论】:
标签: apache mod-rewrite nginx