#Файл httpd-vhosts.conf
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "/xampp/htdocs/zend.local/public"
ServerName zend.local
ServerAlias www.zend.local
ErrorLog "logs/dummy-host.example.com-error.log"
CustomLog "logs/dummy-host.example.com-access.log" common
SetEnv APPLICATION_ENV "deployment"
<Directory "/xampp/htdocs/zend.local/public">
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Файл C:\Windows\System32\drivers\etc\hosts
127.0.0.1 zend.local
Комментариев нет:
Отправить комментарий