Welcome! Log In Create A New Profile

Advanced

Re: Rewrite rules with NGinx

Francis Daly
January 20, 2013 10:52AM
On Sun, Jan 20, 2013 at 03:22:07PM +0000, Mik J wrote:

Hi there,

Untested, but: it feels nicer to avoid rewrite if possible.

> Action 1:
> I would like that when people access to www.domain.org/nginx the system queries the webpage www.domain.org/page.php?arg=nginx

location = /nginx {
# proxy_pass or fastcgi_pass and fastcgi_param, or whatever is appropriate
}

"appropriate" depends on which non-nginx thing you use to process php.

> Action 2:
> For people who try to access to www.domain.org/page.php?arg=nginx, they are redirected to www.domain.org/nginx

location = /page.php {
if (#this_should_redirect) {
return 302 /nginx;
}
# proxy_pass or fastcgi_pass, or whatever is appropriate
}

"this_should_redirect" might be based on $arg_arg, or on $query_string,
or on something similar.

What should happen for /page.php?arg=other? And for
/page.php?arg=nginx&other?

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Redirect specific query to a page

OndanomalA January 18, 2013 08:22PM

Re: Redirect specific query to a page

António P. P. Almeida January 18, 2013 08:54PM

Re: Redirect specific query to a page

OndanomalA January 19, 2013 09:46AM

Re: Redirect specific query to a page

António P. P. Almeida January 19, 2013 01:00PM

Re: Redirect specific query to a page

OndanomalA January 19, 2013 08:30PM

Re: Redirect specific query to a page

António P. P. Almeida January 19, 2013 09:44PM

Re: Redirect specific query to a page

Vadim Lazovskiy January 20, 2013 08:02AM

Rewrite rules with NGinx

miky January 20, 2013 10:24AM

Re: Rewrite rules with NGinx

Francis Daly January 20, 2013 10:52AM

Re: Rewrite rules with NGinx

miky January 20, 2013 11:36AM

Re: Rewrite rules with NGinx

Francis Daly January 20, 2013 12:02PM

Re: Rewrite rules with NGinx

António P. P. Almeida January 20, 2013 12:24PM

Re: Redirect specific query to a page

OndanomalA January 20, 2013 07:18AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 239
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready