shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

.htaccess file not working #154

Closed stormannsgalskap closed 2 years ago

stormannsgalskap commented 2 years ago

Describe the bug Any change inside /project/public/.htaccess are being ignored.

To Reproduce Steps to reproduce the behavior:

  1. add "deny from all" inside a shopware folder "...project/public/.htaccess"
  2. page is still loading

Expected behavior I expect to see my .htaccess changes in action.

Screenshots If applicable, add screenshots to help explain your problem.

Environment:

Additional context If I am not see something, or do something wrong, just let me know.

Thanks.

shyim commented 2 years ago

Hey

the images are by default nginx, you can switch it with in your .config/swdc/env

VHOST_[FOLDER_NAME_UPPER_CASE]_IMAGE=ghcr.io/shyim/shopware-docker/6/apache:php74-xdebug
stormannsgalskap commented 2 years ago

Oh, my bad. but adding this line gives me following error:

line: image error: image

shyim commented 2 years ago

Can you try ghcr.io/shyim/shopware-docker/6/apache:php74

stormannsgalskap commented 2 years ago

Yep, worked! Thanks a lot!