Hi Mike, thank's for reply.
I haven't posted all the config because the server is maintained and I have
to send to administrator only che rewrite config
The php-fpm works
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,260404,260408#msg-260408
_
On Fri, Jul 17, 2015 at 4:12 PM, dr.net wrote:
> Hi all,
> thank's to accept me in this forum.
>
> I'm a newbie... I have a problem with a rewrite rules that I imported from
> apache
>
> This is my code
>
>
> index home.php index.php;
> location / {
> rewrite ^/(.*)?$ /categories.php?cat=$1;
> rew
Hi all,
thank's to accept me in this forum.
I'm a newbie... I have a problem with a rewrite rules that I imported from
apache
This is my code
index home.php index.php;
location / {
rewrite ^/(.*)?$ /categories.php?cat=$1;
rewrite ^/(.*).html?$ /game.php?game=$1;
rewrite ^/(.*)/(.*).html?$ /ga