I've just installed Apache2 web server on Ubuntu 22.04 with PHP, MariaDB and Wordpress. I've been following this YouTube guide:
My Ubuntu machine's ip is: 192.168.1.16. I have set a port forwarding rule on my router however my website (Wordpress) is not accessible from outside my LAN. My external IP is: 109.78.70.248
During the setup I had an issue allowing OpenSSH on my firewall with the command:
sudo ufw allow OpenSSH
(time stamp 13:42 on the video guide).
Terminal didn't recognise the OpenSSH command for me.
I'd appreciate any advice, thanks!