XAMPP Virtual Host
C:\xampp\apache\conf\extra\httpd-vhosts.conf
Listen 81
<VirtualHost *:81>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "C:\Users\news5\Documents\GitHub\active-ecommerce-cms-styled\active-ecommerce-cms"
ServerName dummy-host2.example.com
ErrorLog "logs/dummy-host2.example.com-error.log"
CustomLog "logs/dummy-host2.example.com-access.log" common
<Directory "C:\Users\news5\Documents\GitHub\active-ecommerce-cms-styled\active-ecommerce-cms">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
Require all granted
</Directory>
</VirtualHost>
留言
發佈留言