摘要: Apache 服务器的配置LoadModule php5_module "E:..." 让服务器知道php的根目录phpIniDir "E:/PHP" 让服务器知道php配置文件的目录DocumentRoot "E:/phpweb" 网页使用的php文件所在的目录Directory "E:/phpweb" 控制phpweb文件的使用权限DirectoryIndex index.html index.var index.php (添加后两个) 让服务器打开网页文件类型的顺序AddType application/x- 阅读全文
posted @ 2012-12-05 19:28 LYUN 阅读(126) 评论(0) 推荐(0)