Hi,
My ports.conf has:
and sites-available/default has:
ServerAdmin webmaster@localhost
DocumentRoot /home/ubuntu/wordpress
</VirtualHost>
If I add:
Listen 80
....
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/ubuntu/wordpress
</VirtualHost>
Then everything works! But I can`t have that working only on default 80 because my ISP is blocking it.
I tried a bunch of different configurations with multiple combinations of:
NameVirtualHost and VirtualHost with wild card *
ServerName without the port
No ServerName (and a proper entry on etc/hosts)
I'm about the get into the code!
Please help!