virtual-host apache zend mode_rewrite
wamp\bin\apache\Apache(version number)\conf\httpd.conf # Include conf/extra/httpd-vhosts.conf ( # Virtual hosts )
wamp\bin\apache\Apache(version number)\conf\extra\httpd-vhosts.conf - :
nameVirtualHost localhost
<VirtualHost 127.0.0.1>
ServerAdmin webmaster@localhost
DocumentRoot "c:/wamp/www"
ServerName localhost
ErrorLog "logs/localhost-error.log"
CustomLog "logs/localhost-access.log" common
</VirtualHost>
, - :
<VirtualHost 127.0.0.1>
ServerAdmin webmaster@localhost
DocumentRoot "C:\wamp\www\zendProject\public\"
ServerName zendProject.local
ErrorLog "logs/zendProject.local-error.log"
CustomLog "logs/zendProject.local-access.log" common
<directory "C:\wamp\www\zendProject\public\">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</directory>
</VirtualHost>
zendProject zend. .local , , .
, , , , : C:\Windows\System32\drivers\etc\hosts
( ):
127.0.0.1 zendProject.local
, .
Wamp-,