1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16057] Enable url rewrite and composer.json rule

PHPBB3-16057
This commit is contained in:
rubencm
2019-05-15 23:07:29 +00:00
parent c2841cb6e2
commit d639e107ec
3 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ fi
# Install phpBB
php ${PHPBB_PATH}/phpBB/install/phpbbcli.php install ${PHPBB_INSTALL}
# Enable mod rewrite
php ${PHPBB_PATH}/phpBB/bin/phpbbcli.php config:set enable_mod_rewrite 1
# Add DEBUG mode to phpBB to remove annoying installer warnings
echo "@define('DEBUG', true);" >> ${PHPBB_CONFIG}