enabling rewirte module in apache (#15360)

The rewrite module is essential for beautiful domains like "https://myexample.com/problematicSite". With the currently provided setup these domains end up in a 404, as apache is not rewriting the domain.
This commit is contained in:
Marvin
2026-06-24 03:37:18 +02:00
committed by GitHub
parent 50eb6c37cf
commit 5670e3721d
+1
View File
@@ -47,6 +47,7 @@ cat <<EOF >/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"