Home > Backend Development > PHP Tutorial > windows下设置最简单的服务器xitami + php3设置全攻略_PHP

windows下设置最简单的服务器xitami + php3设置全攻略_PHP

WBOY
Release: 2016-06-01 12:35:17
Original
963 people have browsed it

windows最简单易用的webserver Xitami设置全攻略

=======================

下载地址: http://www.Xitami.com

=======================

设置

将xitami的安装目录下的

defaults.cfg文件中的这一段设为如下

========================

[Filter]

.php3=c:\php3\php.exe

.php4=C:\php4\php.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!

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template