There was an error while loading. Please reload this page.
1 parent ca749b3 commit 03c0fb2Copy full SHA for 03c0fb2
installer/install_en.sh
@@ -25,6 +25,7 @@ case $yn in
25
sudo cp 000-default.conf /etc/apache2/sites-available
26
sudo rm -rf /etc/apache2/apache2.conf
27
sudo cp apache2.conf /etc/apache2
28
+ sudo a2enmod rewrite
29
sudo systemctl restart apache2
30
sudo systemctl enable apache2
31
echo "Installing MySQL database server...";
@@ -52,4 +53,4 @@ case $yn in
52
53
exit;;
54
* ) echo Not an acceptable answer. Please use y or n keys!;
55
exit 1;;
-esac
56
+esac
0 commit comments