Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
location / { # This try_files directive is used to enable SEO-friendly URLs for OpenCart try_files $uri $uri/ @opencart; }
location @opencart { rewrite ^/(.+)$ /index.php?_route_=$1 last; } if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?_route_=$1 last; }
и добавил следующие настройки