Convert RewriteRule ^(.*)$ - [F,L] to NGINX rewrite

pooyara nginx-forum at nginx.us
Wed Jan 5 18:05:36 MSK 2011


Could convert this .htaccess to NGINX rewrite?

RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
RewriteCond %{REQUEST_FILENAME} -d [NC]
RewriteRule .* - [L]

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




More information about the nginx mailing list