|

楼主 |
发表于 2006-11-10 14:52:16
|
显示全部楼层
http.conf已经加载了php模块……
- <IfDefine JUSTTOMAKEAPXSHAPPY>
- LoadModule php4_module modules/libphp4.so
- LoadModule php5_module modules/libphp5.so
- </IfDefine>
- AddType application/x-httpd-php .php
- <IfModule dir_module>
- #DirectoryIndex index.html
- # XAMPP
- DirectoryIndex index.html index.html.var index.php index.php3 index.php4
- </IfModule>
复制代码 |
|