httpd.conf
<VirtualHost *:80> ServerAdmin no-reply@localhost ServerName sandbox.mysite.internal DocumentRoot /var/www/vhosts/sandbox/mysite ErrorLog logs/sandbox/mysite-error.log CustomLog logs/sandbox/mysite-access.log common <Directory /var/www/vhosts/sandbox/mysite/test/> Order allow,deny Allow from all Options +Indexes </Directory> </VirtualHost>