You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
When I press button "Add to cart", The cart disappears.
When I press button "Order with an obligation ..." I get the page of the back office instead of
inforamation about my order.
The text was updated successfully, but these errors were encountered:
Hello.
Friendly urls doesn't work correctly.
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;
inforamation about my order.
The text was updated successfully, but these errors were encountered: