zend framework problem
Posted
by armin etemadi
on Stack Overflow
See other posts from Stack Overflow
or by armin etemadi
Published on 2010-06-10T11:40:41Z
Indexed on
2010/06/10
11:43 UTC
Read the original article
Hit count: 298
zend-framework
|install
i want to install zend framework,i set my virtual hosts as the following :
Windows host setup :
127.0.0.6 nolanalg
xampp virtual host setup (httpd-vhosts.conf) :
NameVirtualHost 127.0.0.6
<VirtualHost 127.0.0.6>
DocumentRoot "C:/xampp/htdocs/nolanalg/public/"
ServerName nolanalg
</VirtualHost>
but i got an error! it shows me this : "SERVER ERROR" my OS is windows 7,i had uninstall my antivirus,and turned off my windows firewall.
what is the problem?
© Stack Overflow or respective owner