Hello, I'm using a PHP website where I want seo friendly URL. Example; www.mywebsite.com/about.php to www.mywebsite.com/about-us So, I'm using the following rewrite rules on nginx; rewrite ^/about$ /about.php last; That gives me...