zend2 +easyphp 配置

1.zend2 的php>5.3版本,需要支持namespace

2. phpnow 放弃,easyphp支持最新版本php

3easyphp中新建站点设置

配置文件在EasyPHP\binaries\conf_files

 Alias /zenddemo "${path}/binaries/zenddemo" 

 <Directory "${path}/binaries/zenddemo">
        Options FollowSymLinks Indexes
        AllowOverride all
        Order deny,allow
        Allow from 127.0.0.1
        Deny from all
  Require all granted  
    </Directory>

 

你可能感兴趣的:(zend2 +easyphp 配置)