Tagged Questions
0
votes
0answers
436 views
htaccess rewrite rules converted to nginx not working?
I used this tool and converted my rules to Nginx. However one rule doesn't seem to be working.
My working .htaccess rules are:
RewriteRule ^(.*)\.html $1\.php
RewriteRule ^(.*)/settings\.html$ ...