Redirect specific query to a page

OndanomalA ondanomala_albertelli at yahoo.it
Sun Jan 20 01:28:52 UTC 2013


I tried it but I get the error "nginx: [emerg] "set" directive is not
allowed here" (as you said I put set and map at http level and rewrite at
server level).


2013/1/19 OndanomalA <ondanomala_albertelli at yahoo.it>

> Thanks Antonio for the reply! :)
>
> The fact is that I don't care so much about these redirects, I just want
> 4/5 pages of the old permalink structure to be correctly redirected to the
> new pages. This 4 page are (for example):
> /?option=com_content&view=category&id=40&Itemid=106
> /?option=com_content&view=article&id=164&Itemid=139
> /?option=com_content&view=article&id=288&Itemid=90
> /?option=com_content&view=category&layout=blog&id=1&Itemid=50
>
> All should be redirected to 4 different pages. Is there a way - without
> looking at parameters (I just need to redirect THOSE 4/5 pages, not the
> whole perm structure) - to tell to singly redirect each to the
> corresponding new page (one line rewrite for each)?
>
> For example:
> /?option=com_content&view=category&id=40&Itemid=106 -> /blahblah/page1
> /?option=com_content&view=article&id=164&Itemid=139 -> /blahblah/page2
>
>
>
> 2013/1/19 OndanomalA <ondanomala_albertelli at yahoo.it>
>
>> I moved my website from Joomla to WordPress.. I'd like to redirect
>> www.website.com/?option=com_content&view=article&id=164&Itemid=139 to
>> www.website.com/listituto/contatti/ (so, same domain).
>>
>> I tried with this line (both within the / location and outside it):
>>
>>     rewrite /?option=com_content&view=article&id=164&Itemid=139
>> /listituto/contatti/ permanent;
>>
>> ... with no luck. What am I doing wrong?
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130120/93b18367/attachment.html>


More information about the nginx mailing list