Open
Description
I noticed that if we try to set $_GET parameters, the configuration will have to be as follows to work:
location / {
try_files $uri $uri/ /index.php?url=$uri;
if ($args) {
rewrite ^/(.+)$ /index.php?url=$1 last;
}
}
Otherwise the framework does not take into account the parameters you pass, but only "url".
Metadata
Metadata
Assignees
Labels
No labels