<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body>
    
<div>Thank you Francis. It is working now.</div><div><br></div><div><br></div><div><br></div><div id="composer_signature"><div style="font-size:85%;color:#575757">Sent from my Samsung device</div></div><br><br>-------- Original message --------<br>From: Francis Daly <francis@daoine.org> <br>Date: 06/04/2016  07:48  (GMT+08:00) <br>To: nginx@nginx.org <br>Subject: Re: Rewrite <br><br>On Tue, Apr 05, 2016 at 08:11:44PM +0900, tseveendorj wrote:<br><br>Hi there,<br><br>> request URL is http://domain.com/x4Zbs5B<br>> It should be http://domain.com/index.php?download=x4Zbs5B<br>> <br>> I tried<br>> location / {<br>>                 rewrite ^/([^/][a-zA-Z0-9]+)$ /index.php?download=$1 break;<br><br>I'm not sure that the four characters "[^/]" are doing anything useful<br>on that line.<br><br>I am sure that "break" is not what you want there. Just remove it.<br><br>>                 try_files $uri $uri/ /index.php?download=$uri;<br>>         }<br>> but it is downloading index.php file itself :D<br><br>Presumably somewhere else in your config you tell nginx how to handle<br>/index.php?<br><br>     f<br>-- <br>Francis Daly        francis@daoine.org<br><br>_______________________________________________<br>nginx mailing list<br>nginx@nginx.org<br>http://mailman.nginx.org/mailman/listinfo/nginx<br></body></html>