Ultratude 发表于 2013-7-3 15:31:34

求 apache 转 nginx

[*]
[*]RewriteEngine On
[*]RewriteBase /
[*]RewriteCond %{REQUEST_FILENAME} !-f
[*]RewriteCond %{REQUEST_FILENAME} !-d
[*]RewriteRule . /index.php
[*]
[*]
[*]
[*]php_flag session.auto_start 0
[*]
[*]
[*]
[*] ExpiresActive On
[*] ExpiresDefault A600
[*] ExpiresByType image/x-icon A2592000
[*] ExpiresByType image/gif A2592000
[*] ExpiresByType image/png A2592000
[*] ExpiresByType image/jpeg A2592000
[*] ExpiresByType text/plain A86400
[*] ExpiresByType application/x-shockwave-flash A2592000
[*] ExpiresByType video/x-flv A2592000
[*] ExpiresByType application/pdf A2592000
[*] ExpiresByType text/html A600
[*]
[*]
[*]
[*] AddOutputFilter DEFLATE php js css
[*] 复制代码帮别人搞的。谢谢了。

shuir 发表于 2013-7-3 15:31:55

上次看到一个可以自动转的网站

晓白 发表于 2013-7-3 15:36:02

wordpress 直接有现成的 lnmp.org

xiao勇 发表于 2013-7-3 15:39:48


xiao勇 发表于 2013-7-3 15:39

back.gif

上次看到一个可以自动转的网站
http://www.anilcetin.com/convert-apache-htaccess-to-nginx/

羞涩 发表于 2013-7-3 15:45:40


东方星雨 发表于 2013-7-3 15:47

back.gif

http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
Mark
页: [1]
查看完整版本: 求 apache 转 nginx