Oct 142011
Today i’ve spent a lot of time (probably too much) to understand how to modify extensions, inside an url, with the rewrite of Nginx.
Mi goal was call the url http://mysite.com/miofile.html and serve http://mysite.com/miofile with Nginx, which is actually a php script and not a real html..
To make things more difficult a url with a .html can also specify an existing file and real html file.
Finally i’ve got everything sorted out correctly, so with this post i hope to help someone else in the future to save some time.
Continue reading »