首頁  >  文章  >  後端開發  >  nginx停的重定向配置

nginx停的重定向配置

WBOY
WBOY原創
2016-06-13 11:20:581097瀏覽

nginx下的重定向配置
在apache下运行正常。但移到nginx下就不正常了。不知要怎么配置?
以下是.htaccess内容:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]



不知在nginx.conf里要怎么配置才能正常????

Nginx Apache php?
------解决方案--------------------
http://www.ccvita.com/319.html
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn