diff --git a/apache/docker-entrypoint.sh b/apache/docker-entrypoint.sh index 1622e0d..6770ba0 100755 --- a/apache/docker-entrypoint.sh +++ b/apache/docker-entrypoint.sh @@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then if [ ! -e .htaccess ]; then # NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess - cp /joomla-htaccess .htaccess + cp /joomla-htaccess.txt .htaccess chown www-data:www-data .htaccess fi diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 1622e0d..6770ba0 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then if [ ! -e .htaccess ]; then # NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess - cp /joomla-htaccess .htaccess + cp /joomla-htaccess.txt .htaccess chown www-data:www-data .htaccess fi diff --git a/fpm/docker-entrypoint.sh b/fpm/docker-entrypoint.sh index 1622e0d..6770ba0 100755 --- a/fpm/docker-entrypoint.sh +++ b/fpm/docker-entrypoint.sh @@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then if [ ! -e .htaccess ]; then # NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess - cp /joomla-htaccess .htaccess + cp /joomla-htaccess.txt .htaccess chown www-data:www-data .htaccess fi