Question
Nginx How do I redirect requests for .aspx pages to .html pages instead?
So I have an old site I made years ago. All urls end in “.aspx”. I made a static copy of the site using httrack and it renamed all the files to .html but kept all the paths otherwise the same. So when someone clicks on a link to my site like http://www.mysite.com
/goodpage.aspx, I want to NGINX to serve up https://www.mysite.com/goodpage.html
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×