bubbl3
Active member
I actually have this in my nginx configuration and works great:
But now i installed the smilies manager and it's url doesn't work, the call is:
And should rewrite to this:
But it doesn't work
Anyone can suggest a rule to fix this?
Thanks in advance.
Code:
location / {
try_files $uri $uri/ /index.php?$uri&$args;
}
But now i installed the smilies manager and it's url doesn't work, the call is:
Code:
/smilies/?editor_id=ctrl_message
Code:
index.php?smilies/&editor_id=ctrl_message
Anyone can suggest a rule to fix this?
Thanks in advance.