2019-08-13-Start-apache-server
sudo vi /etc/apache2/users/userNameHere.conf<Directory "/Users/USERNAME/Sites/">
Options Indexes Multiviews
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
</Directory>sudo apachectl startsudo apachectl stopsudo apachectl restartLast updated
Was this helpful?