Redirect on $args based on multiple params?
Phillip B Oldham
phill at theactivitypeople.co.uk
Thu Mar 26 11:35:04 MSK 2009
Maxim Dounin wrote:
> In 0.7.8+ you may use $arg_* variables for this, e.g.
>
> location /myscript.php {
> rewrite ^ /script/a/$arg_a/b/$arg_b/z/$arg_z? permanent;
> }
>
Ah, perfect!
> Note that this isn't exactly the same thing as the original one
> since it doesn't actually test presence of the arguments.
>
I'd still be able to wrap that rewrite in an if though, to test whether
any of the params are there, wouldn't I?
--
*Phillip B Oldham*
The Activity People
phill at theactivitypeople.co.uk <mailto:phill at theactivitypeople.co.uk>
------------------------------------------------------------------------
*Policies*
This e-mail and its attachments are intended for the above named
recipient(s) only and may be confidential. If they have come to you in
error, please reply to this e-mail and highlight the error. No action
should be taken regarding content, nor must you copy or show them to anyone.
This e-mail has been created in the knowledge that Internet e-mail is
not a 100% secure communications medium, and we have taken steps to
ensure that this e-mail and attachments are free from any virus. We must
advise that in keeping with good computing practice the recipient should
ensure they are completely virus free, and that you understand and
observe the lack of security when e-mailing us.
------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090326/fc2ab644/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: phill.vcf
Type: text/x-vcard
Size: 261 bytes
Desc: not available
URL: <http://nginx.org/pipermail/nginx/attachments/20090326/fc2ab644/attachment.vcf>
More information about the nginx
mailing list