diff --git a/9.5/Dockerfile b/9.5/Dockerfile index 50840ba..e1881d1 100644 --- a/9.5/Dockerfile +++ b/9.5/Dockerfile @@ -33,6 +33,9 @@ RUN cd /var/www/html && \ ln -s typo3_src-* typo3_src && \ ln -s typo3_src/index.php && \ ln -s typo3_src/typo3 && \ + cp typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess typo3_src && \ + mv typo3_src/root-htaccess typo3_src/_.htaccess && \ + ln -s typo3_src/_.htaccess .htaccess && \ mkdir typo3temp && \ mkdir typo3conf && \ mkdir fileadmin && \