首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

nginx停的重定向配置

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

nginx下的重定向配置
在apache下运行正常。但移到nginx下就不正常了。不知要怎么配置?
以下是.htaccess内容:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>


不知在nginx.conf里要怎么配置才能正常???? Nginx Apache php?
[解决办法]
http://www.ccvita.com/319.html

热点排行