Skip to content

Commit

Permalink
Copy root-htaccess to _.htaccess and create a link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reinders committed Dec 14, 2018
1 parent 12159ee commit 9d0ee37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 9.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 9d0ee37

Please sign in to comment.