Hello,
I have this .htaccess file in my apache configuration:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.* - [L]
RewriteRule ^(.*)/(.*)_image.jpg http://example.com/page.html [L]
RewriteRule ^(.*)/(.*)_(.*).jpg http://example.com/page.html [L]
Can you please convert this rules to nginx? Thanks.
Edited 1 time(s). Last edit at 03/20/2013 08:58AM by asdfg.