magento on Zend Server (Win7) installation error
- by czerasz
I try to install magento for the first time.
I've created the database with the
name "project"
in my C:\Zend\Apache2\conf\httpd.conf I
added on the end:
<Directory "C:\Zend\Apche2\htdocs\project">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
in my ZendServer/Server…