Using nginx rewrite with many individual URLs
问题 I need to rewrite a large number of URLs (about 250) on nginx. from: http://xyzwiki.de/wiki/index.php?title=Article1 to: http://wiki.zyx.de/wiki/AlternativeNameForArcticle1 As obviously the source does use classic url and also other names for the individual articles I have a table with all the sources and destinations. I have tried to work with the basic redirect examples however I did not get it to work. I think the reason for this might be that the source URLs use URL parameters - but I did