diff --git a/install/wordpress-install.sh b/install/wordpress-install.sh index 5cae303fe..52a14c7d0 100644 --- a/install/wordpress-install.sh +++ b/install/wordpress-install.sh @@ -47,6 +47,7 @@ cat </etc/apache2/sites-available/wordpress.conf EOF $STD a2ensite wordpress.conf $STD a2dissite 000-default.conf +$STD a2enmod rewrite systemctl reload apache2 msg_ok "Created Services"