Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

Convert rewrite from apache to nginx

$
0
0
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.

Viewing all articles
Browse latest Browse all 53287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>