The following command is working perfectly in .htaccess
Magento 2.
RewriteCond %{THE_REQUEST} \ /(.+).html/
RewriteRule ^ /%1.html [L,R=301]
But when we enable Load balancer (AWS ELB) it stops working. Please help in this regard.
The following command is working perfectly in .htaccess
Magento 2.
RewriteCond %{THE_REQUEST} \ /(.+).html/
RewriteRule ^ /%1.html [L,R=301]
But when we enable Load balancer (AWS ELB) it stops working. Please help in this regard.