Skip to content

Commit

Permalink
Add symbolic link to .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
csidirop committed Jul 14, 2022
1 parent b5e1d0c commit 2ec3052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN composer create-project --no-install typo3/cms-base-distribution:^9 typo3 \
&& chown -R www-data: typo3 \
&& cd html \
&& ln -s ../typo3/public/* . \
&& ln -s ../typo3/public/.htaccess \
&& a2enmod php7.4 \
&& echo '<Directory /var/www/html>\n AllowOverride All\n</Directory>' >> /etc/apache2/sites-available/typo3.conf \
&& a2ensite typo3 \
Expand Down

0 comments on commit 2ec3052

Please sign in to comment.