rewrite problem
sosogh
sosogh at 126.com
Tue Sep 4 02:59:40 UTC 2012
HI list
I want to redirect
http://www.mysite.com/bbs/viewthread.php?tid=8123&extra=
to
http://www.mysite.com/forum.php?mod=viewthread&tid=8123
This is what I place in the "server" block in the nginx.conf
rewrite ^/bbs/viewthread.php?tid=([0-9]+).*$ /forum.php?mod=viewthread&tid=$1 last;
but when visit http://www.mysite.com/bbs/viewthread.php?tid=8123&extra=.
It shows 404 error.
Could anyone point me out what is wrong?
Thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20120904/e20982ac/attachment.html>
More information about the nginx
mailing list