Need some help with rewrite rule translation

Host DL hostdl at gmail.com
Thu Jun 13 08:52:16 UTC 2013


On Thu, Jun 13, 2013 at 2:44 AM, Simon Hönscheid <
mailinglisten at simonhoenscheid.de> wrote:

>
> # skip existing files
> RewriteCond %{REQUEST_FILENAME} -f [OR]
> RewriteCond %{REQUEST_FILENAME} -d
> RewriteRule .* - [L]
>


if (-e $request_filename){
break;
}

try this at the first of your location/server block
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130613/1295d18a/attachment.html>


More information about the nginx mailing list