diff --git a/setups-drafts/almalinux_setup_wordpress.md b/setups-drafts/almalinux_setup_wordpress.md index a20522b..15612f2 100644 --- a/setups-drafts/almalinux_setup_wordpress.md +++ b/setups-drafts/almalinux_setup_wordpress.md @@ -456,11 +456,23 @@ ssh-copy-id -i @ setsebool -P httpd_can_network_connect true ``` -17. **Configure Wordpress** +17. **Allow Override** + + ```bash + nano /etc/httpd/conf/httpd.conf + ``` + + Allow Overrides on `/var/www` and `/var/www/html`: + + ```apache + AllowOverride All + ``` + +18. **Configure Wordpress** Now, visit `http://` to follow the wordpress configuration. -18. **Configure WireGuard** +19. **Configure WireGuard** ```bash nano /etc/wireguard/proxy-lan.conf @@ -468,14 +480,14 @@ ssh-copy-id -i @ wg show ``` -19. **Back-up post installation** +20. **Back-up post installation** ```bash ssh @ "ha-manager set ct: --state stopped" ssh @ "vzdump --compress zstd --mode stop --storage --note \"$(date +'%Y-%m-%d %H:%M') Backup post installation\"" ``` -20. **Start the server** +21. **Start the server** ```bash ssh @ "pct start "