php開發環境配置 web UI模板

web ui 能快速的整合進來?dwz? easyui?  bootstrapphp

 

在Apache 中配置:web

在http.conf中加入php的設置apache

#php5_start
phpIniDir "d:/Program Files/php"
LoadModule php5_module "d:/Program Files/php/php5apache2_2.dll"
#php5_end
 bootstrap

再添加app

AddType application/x-httpd-php .phpide

AddType application/x-httpd-php-source .phpsui

而後再搜索 DirectoryIndexspa

在DirectoryIndex後面添加 index.php 或 default.php 等io

最後再搜索:<Directory  ,把裏面的內容修改成:module

<Directory>

    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all

</Directory>

配置虛擬目錄要打開: Include conf/extra/httpd-vhosts.conf

配置多個虛擬目錄要在httpd.conf最後加上一句: NameVirtualHost *:80

相關文章
相關標籤/搜索