kua5 发表于 2014-4-3 10:13:15

求个伪静态 把apache 改成nginx


RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
   
RewriteRule . index.php

#RewriteCond %{HTTP_HOST} ^baidu.com
#RewriteRule ^(.*)$ http://www.baidu.com/$1

licess 发表于 2014-4-3 12:31:16

http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
转换试试
页: [1]
查看完整版本: 求个伪静态 把apache 改成nginx