Home > php教程 > php手册 > windows下设置最简单的服务器x

windows下设置最简单的服务器x

WBOY
Release: 2016-06-13 10:10:15
Original
1378 people have browsed it

windows最简单易用的webserver Xitami设置全攻略
=======================
下载地址: http://www.Xitami.com
=======================
设置
将xitami的安装目录下的
defaults.cfg文件中的这一段设为如下
========================
[Filter]
.php3=c:php3php.exe
.php4=C:php4php.exe
========================
并将php3.in (php3用)或(php.ini)php4用 拷贝到 windows目录下
别忘了将php3.ini或php.ini中的这段话改为
extension_dir =c:/php3/ ;或者你的php3文件,(或php4文件)目录
=============================================
用你最爱最爱的编辑器写下
 

phpinfo();
?>
存为info.php3 放到 xitami的安装目录下的webpages子目录下
 
好了,试试http://localhost/info.php3
Happy everyday to you!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template