# Virtual Hosts # # Required modules: mod_log_config # # Please see the documentation at # # for further details before you try to setup virtual hosts. ## Use name-based virtual hosting. NameVirtualHost *:80 ## Default localhost DocumentRoot "D:/xampp/htdocs" ServerName localhost ## amanu on localhost DocumentRoot "D:/xampp/htdocs/amanu" ServerName amanu.app DirectoryIndex index.html index.php Options Indexes FollowSymLinks Includes ExecCGI Order allow,deny Allow from all AllowOverride All