PDA

View Full Version : rewrite thread to another thread via nginx


ezak
08-06-2015, 05:26 AM
I want to rewrite this thread
/vb/showthread.php?t=111
to another one
/vb/showthread.php?t=222
with nignx rules

I used this, but not working
rewrite ^\/vb\/showthread\.php\?t\=111 /vb/showthread.php?t=222 permanent;

how to fix this problem