docker-typo3
docker-typo3 copied to clipboard
no easy way to modify .htaccess
Thanks for these scripts, I was really surprised to learn that even nowadays, there are no official typo3 images...
I came across the issue that I need to modify some of the default .htaccess settings, but short of modifying the file in the image directly or modify the Dockerfile, I found no possibility.
I'd vote to put them in the typo3conf volume, for simplicity's sake, and have the symlink point there.
I could provide a PR if that solution is acceptable.
Or simply use a bind-mount.