On Thu, Nov 12, 2015 at 11:04:50PM +, Mik J wrote:
Hi there,
> I tried again your solution from yesterday and didn't manage to make it work
If you have one solution that works well enough for you, use it. It is
usually not worth spending more time preparing something than will be
saved by us
Hello Francis,
I tried again your solution from yesterday and didn't manage to make it work
location = /information { rewrite ^ /index.php?x=information; }
location = /index.php {
fastcgi_pass 127.0.0.1:9000; fastcgi_param SCRIPT_FILENAME
$document_root$uri;
fastcgi_param QUERY_STRIN
On Wed, Nov 11, 2015 at 06:50:54PM +, Mik J wrote:
Hi there,
> I tried both methods but none of them worked. I'm going to look at it more in
> details (and display the php logs because I just had a blank page).
First configure things so that an explicit request for
/index.php?x=information
Hello Francis,
First thank you for your answers
I tried both methods but none of them worked. I'm going to look at it more in
details (and display the php logs because I just had a blank page).
Also I would like to know why the solution you're offering is a "best practice"
?At first it seems a b
On Wed, Nov 11, 2015 at 02:29:37PM +, Mik J wrote:
Hi there,
> > I want that a user who accessesnginx.org/informationwill be redirected in
> > the background tonginx/index.php?x=informationSo that my index.php page is
> > dymanic
>
> What does "redirected in the background" mean?M => I jus
Hi there,
> I have checked many ways to implement what I want (including if is evil) and
> I've been able to reach what I wanted to do (something simple)
> I want that a user who accessesnginx.org/informationwill be redirected in the
> background tonginx/index.php?x=informationSo that my index.p
On Wed, Nov 11, 2015 at 01:14:31PM +, Mik J wrote:
Hi there,
> I have checked many ways to implement what I want (including if is evil) and
> I've been able to reach what I wanted to do (something simple)
> I want that a user who accessesnginx.org/informationwill be redirected in the
> back
Hello,
I have checked many ways to implement what I want (including if is evil) and
I've been able to reach what I wanted to do (something simple)
I want that a user who accessesnginx.org/informationwill be redirected in the
background tonginx/index.php?x=informationSo that my index.php page is d