bcremer / shopware-with-nginx

Running shopware using NGINX
http://shopware.com
BSD 2-Clause "Simplified" License
95 stars 46 forks source link

Recognizing *.html as static file may causes issues #39

Open rauberdaniel opened 6 years ago

rauberdaniel commented 6 years ago

If Shopware is configured to include a .html suffix on product urls, they will not be accessible, because this configuration assumes that urls ending on .html are static files. Therefore it might make sense to remove the html part from https://github.com/bcremer/shopware-with-nginx/blob/master/global/shopware.conf#L100