apache上 .htaccess 的配置是这样的:
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
如何携程 nginx 的伪静态配置? 求帮忙解答。
apache上 .htaccess 的配置是这样的:
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
如何携程 nginx 的伪静态配置? 求帮忙解答。
8 回答3.8k 阅读
2 回答1.8k 阅读✓ 已解决
1 回答2.9k 阅读✓ 已解决
2 回答1.7k 阅读✓ 已解决
4 回答1.9k 阅读
1 回答1.4k 阅读✓ 已解决
2 回答1.7k 阅读✓ 已解决