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

friendly urls #4

Open
Nikita451 opened this issue Apr 1, 2017 · 0 comments
Open

friendly urls #4

Nikita451 opened this issue Apr 1, 2017 · 0 comments

Comments

@Nikita451
Copy link

Nikita451 commented Apr 1, 2017

Hello.
Friendly urls doesn't work correctly.

  1. When I turn to a detailed review of the goods - access denied.
    can be corrected:
    try_files $uri $uri/ /index.php$uri&$args /index.php?q=$uri&$args;
    or
    try_files $uri $uri/ /index.php?q=$uri&$args;
    instead of
    try_files $uri $uri/ /index.php$uri&$args;
  2. When I press button "Add to cart", The cart disappears.
  3. When I press button "Order with an obligation ..." I get the page of the back office instead of
    inforamation about my order.
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

1 participant