Closed sgrossberndt closed 3 years ago
The default for web-dir in a standard TYPO3 Composer based project ist public. The default for root-dir is whatever is defined in web-dir is public as well. So between step 2 and 3 you should either completely remove the then existing public folder or rename it to private, as you changed its location in step 2.
Hi @helhum!
I was wondering after setting up
helhum/typo3-secure-web
with the commands below that thepublic/typo3/sysext/*/Resources/Private/*
directories exist. I was expectingpublic/typo3/sysext/*/Resources/
to only contain thePublic/
directory. Did I misunderstand something, am I missing vital setup information or is this a bug?user@host:~$ composer create-project typo3/cms-base-distribution:^10 example.org
user@host:~$ nano example.org/composer.json && cat example.org/composer.json
user@host:~$ cd example.org && composer require helhum/typo3-secure-web
user@host:~/example.org$ find public/typo3/sysext/*/Resources/Private