bcremer / shopware-with-nginx

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

Subshops not working #37

Closed loeffel-io closed 6 years ago

loeffel-io commented 6 years ago

Hey, thank u very much for your work. It works good but the routing for the subshops is not working.

For example: https://{domain}.com/{subpage} is working! https://{domain}.com/{subshop}/{subpage} is not working (e. g. https://{domain}.com/en/imprint).

Do you have any ideas why this is not working?

Thank u!

bcremer commented 6 years ago

Hi @loeffel-io, as I am no longer activly working on shopware I am unable to provide helpful answers here. Maybe some of my former colleages can chime in. @soebbing @janbuecker

janbuecker commented 6 years ago

@loeffel-io i'll have a look into it. @bcremer do you mind if we fork this repository into shopwareLabs as there won't be much support in here?

loeffel-io commented 6 years ago

Thank you! Btw it's a 404 error and the message is Controller de not found. It's not working for any of these routes (de|en|..).

soebbing commented 6 years ago

@loeffel-io Just to make sure: You defined the /de and /en prefix in the settings of each shop?

bcremer commented 6 years ago

@janbuecker As long as the author notice in https://github.com/bcremer/shopware-with-nginx/blob/master/global/shopware.conf#L1 is preserved this is totally fine for me.

You can of course add additional authors.

janbuecker commented 6 years ago

Sure thing, I would even mention you in the README.md as original author.

loeffel-io commented 6 years ago

@soebbing Sure 👍

loeffel-io commented 6 years ago

@janbuecker do u have any updates? 🙂

Hotte512 commented 6 years ago

@bcremer can you please work on shopware.. again? :-) @janbuecker please fork it and make a small update ;-)

btw. is (some)there an information about nginx/shopware and payment providers? dose it work fine with let's say Heidelpay, PayPal, Stripe, Klarna ?

emilv commented 6 years ago

@Hotte512 As long as the payment providers hook into the Shopware system the right way they should all work fine. We use the Adyen provider from Customweb and it works out of the box on Nginx.

loeffel-io commented 6 years ago

Hey, this config works great for the Subshops. It was a SSL problem. Sorry for that and thank you 👍

bcremer commented 6 years ago

@loeffel-io Glad to hear. Thanks for reporting back :)

Isengo1989 commented 6 years ago

@loeffel-io what was the problem with de/en ? I am having trouble getting the request to work:

http://local.shop.ch/de/shopware.php?sViewport=detail&sArticle=49758&sCategory=8746

Normal call of the product (SEO URl works)

loeffel-io commented 6 years ago

@Isengo1989 Try to remove the shopware.php from the url

Isengo1989 commented 6 years ago

Tried that already - did not work. I switched to Apache for now. Does it work in your Environment?