how to rewrite this :apache to nginx

Big Bet lists at ruby-forum.com
Mon Feb 23 06:20:05 MSK 2009


RewriteEngine On
Options +Followsymlinks
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.* - [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*/images/(.*)$ /images/$1 [L]
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list