Skip to content
New issue

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

404 not found error #196

Closed
sofire opened this issue Feb 14, 2017 · 2 comments
Closed

404 not found error #196

sofire opened this issue Feb 14, 2017 · 2 comments

Comments

@sofire
Copy link

sofire commented Feb 14, 2017

http://xxx.com/run/view?id=58a28dbf6602cf14fc1119f2

In Nginx conf:

location / {
  try_files $uri $uri/ /index.php?$uri&$args;
}

QUERY_STRING in $_SERVER :
"/run/view&id=58a28dbf6602cf14fc1119f2"

Should be:

location / {
  try_files $uri $uri/ /index.php?$args;
}
@markstory
Copy link
Member

markstory commented Feb 14, 2017

Would you be willing to update the README with the correct nginx configuration?

@markstory
Copy link
Member

Fixed in #197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants