Skip to content

Commit

Permalink
fix /catalog/compare.php work
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jun 3, 2023
1 parent 568dcf1 commit c49bb2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nginx/bitrix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ location ~* ^/bitrix/admin/(sale_order|sale_delivery|sale_app_rest_sender|sprod_
}

location ~ \.php$ {
try_files $uri $uri/ /bitrix/urlrewrite.php$is_args$args;
# redirect index.php to page without it
if ($request_uri ~* "^(.*/)index\.php$") {
return 301 $1;
Expand Down

0 comments on commit c49bb2d

Please sign in to comment.