Tuesday, 18 September 2012

Sets the virtual host


Path: C:\xampp\apache\conf\extra\httpd-vhosts.conf

<VirtualHost 127.0.0.1:80>
  ServerName newsall
  DocumentRoot "C:/xampp/htdocs/<project-name>"
  DirectoryIndex index.php
  <Directory "C:/xampp/htdocs/ <project-name> ">
    AllowOverride All
    Allow from All
  </Directory>
</VirtualHost>

No comments:

Post a Comment