We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for the package, this package is awesome.
Here is some gotchas if you found error routing problem.
Try changing location block in nginx.conf to
location / { try_files $uri $uri/ /index.php?$query_string; }
basically $args -> $query_string
hope this helps you guys.
The text was updated successfully, but these errors were encountered:
@icecold21 Did this change make a difference? The $args and $query_string variables should be identical:
$args
$query_string
http://nginx.org/en/docs/http/ngx_http_core_module.html#variables
Just curious.
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for the package, this package is awesome.
Here is some gotchas if you found error routing problem.
Try changing location block in nginx.conf to
basically $args -> $query_string
hope this helps you guys.
The text was updated successfully, but these errors were encountered: