mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2024-11-10 15:21:02 +00:00
Copy/paste errors, enough said
This commit is contained in:
parent
ba5df1da80
commit
4c50e3a8e1
@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then
|
|||||||
|
|
||||||
if [ ! -e .htaccess ]; then
|
if [ ! -e .htaccess ]; then
|
||||||
# NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess
|
# 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
|
chown www-data:www-data .htaccess
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then
|
|||||||
|
|
||||||
if [ ! -e .htaccess ]; then
|
if [ ! -e .htaccess ]; then
|
||||||
# NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess
|
# 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
|
chown www-data:www-data .htaccess
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then
|
|||||||
|
|
||||||
if [ ! -e .htaccess ]; then
|
if [ ! -e .htaccess ]; then
|
||||||
# NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess
|
# 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
|
chown www-data:www-data .htaccess
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user