From d639e107eccda52e4e39331d92ce3f840c855a55 Mon Sep 17 00:00:00 2001 From: rubencm Date: Wed, 15 May 2019 23:07:29 +0000 Subject: [ticket/16057] Enable url rewrite and composer.json rule PHPBB3-16057 --- vagrant/after.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vagrant') diff --git a/vagrant/after.sh b/vagrant/after.sh index 981af5d0ab..23eedc4d8e 100755 --- a/vagrant/after.sh +++ b/vagrant/after.sh @@ -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} -- cgit v1.2.1