--- Original message ---
From: "Simon H�nscheid" <[email protected]>
Date: 13 June 2013, 01:14:11

 
> Hello List,
> 
> I managed to translate nearly all our old apache rules, but have some
> problems with the following ones:
> 
> # skip existing files
> RewriteCond %{REQUEST_FILENAME} -f [OR]
> RewriteCond %{REQUEST_FILENAME} -d
> RewriteRule .* - [L]
> 
> RewriteRule ^favicon\.ico$ - [R=404,L]
> 
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteRule ^([0-9]+)\.(flv|gif)$ getFile.php?itemid=$1&type=$2 [L]
> 
> 
> 
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_URI} !\/upload\/
> RewriteRule ^(.*)$ upload/$1 [L]
> 
  And what is your own (draft) rules after reading 
  http://nginx.org/en/docs/http/converting_rewrite_rules.html ??

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to