Jump to content

Edit History

ashish.kpaul

ashish.kpaul

Please suggest me I added nginx rewrite rule for multistore . i added rewrite rule but product images are not showing

        location /store-1/ {
          rewrite ^/store-1/(.*)$ /$1 last;
          try_files $uri $uri/ /index.php$is_args$args;
        }

        location /store-2/ {
          rewrite ^/store-2/(.*)$ /$1 last;
          try_files $uri $uri/ /index.php?$args;
        }
 

ashish.kpaul

ashish.kpaul

can any boy suggest nginx rewrite rule for multistore . i added rewrite rule but product images are not showing

        location /store-1/ {
          rewrite ^/store-1/(.*)$ /$1 last;
          try_files $uri $uri/ /index.php$is_args$args;
        }

        location /store-2/ {
          rewrite ^/store-2/(.*)$ /$1 last;
          try_files $uri $uri/ /index.php?$args;
        }
 

×
×
  • Create New...