Welcome! Log In Create A New Profile

Advanced

help me tanslate the rewrite rule to nginx

Posted by renyi1986 
renyi1986
help me tanslate the rewrite rule to nginx
April 25, 2012 05:30AM
<IfModule rewrite_module>
RewriteEngine on

RewriteCond %{REQUEST_URI} !^/(skin|js)/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
#RewriteRule ^(.+)$ /default.php/$1 [L]

RewriteRule .* default.php [L]
</IfModule>

thanks a lot

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,225728,225728#msg-225728

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Sorry, only registered users may post in this forum.

Click here to login