public_html subdirectory is no longer enabled in Apache installations. This has been so since Ubuntu 7.04 or so. To enable it, run the following commands:sudo a2enmod userdirfollowed by
sudo /etc/init.d/apache2 force-reload
Managing day-to-day stuff with Ubuntu
public_html subdirectory is no longer enabled in Apache installations. This has been so since Ubuntu 7.04 or so. To enable it, run the following commands:sudo a2enmod userdirsudo /etc/init.d/apache2 force-reload