bcremer / shopware-with-nginx

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

Item export (Produktexporte) feeds return 404 error #35

Closed Kamik closed 7 years ago

Kamik commented 7 years ago

I have trouble witch Item export (Produktexporte) urls https://domain/backend/export/index/feed.xml I get 404 error and redirect to backend. Can anyone confirm?

Kamik commented 7 years ago

So you have to remove xml from line location ~ * ^. + . (?: css | cur | js | jpe? G | gif | ico | png | html | xml) $ {`

Should look like this

location ~ * ^. + \. (?: css | cur | js | jpe? G | gif | ico | png | html) $ {

emilv commented 7 years ago

Yeah, that one was fixed in November: https://github.com/bcremer/shopware-with-nginx/pull/20