Benjaminevil 2017-02-09 07:03 采纳率: 0%
浏览 1215

apache转nginx .htaccess语法,如何转,求助

DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index.php|img|style|js|robots.txt|favicon.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

  • 写回答

1条回答 默认 最新

  • baipiang 2017-02-16 02:47
    关注

    nginx .htaccess兼容Apache .htaccess,直接拷贝过去就行了

    评论

报告相同问题?