apache1
2
3
4
5
6<IfModule mod\_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST\_FILENAME} !-d
RewriteCond %{REQUEST\_FILENAME} !-f RewriteRule ^(.*)$ index.php \[L,E=PATH\_INFO:$1\]
</IfModule>
nginx
1 | location / { |
本文作者:
艾瑞可erik
本文链接: https://erik.xyz/2017/06/29/apache-he-nginx-yin-cang-index-php-de-pei-zhi/
版权声明: 本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。转载请注明出处!
本文链接: https://erik.xyz/2017/06/29/apache-he-nginx-yin-cang-index-php-de-pei-zhi/
版权声明: 本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。转载请注明出处!