Apache Virtualhost
<VirtualHost *:80> ServerName _hostname_ DocumentRoot /home/user/public_html <Directory /home/user/public_html> Options Indexes FollowSymLinks Includes AllowOverride All Order allow,deny allow from all Require all granted </Directory> <IfModule mpm_itk_module> AssignUserId user user </IfModule> ServerSignature Off|On </VirtualHost>