<html>
<head>title=default server page</head>
<body>Default server page</body>
</html>
DirectoryIndex index.html index.html.var # index.php
DirectoryIndex index.html index.html.var index.php
AddType application/x-httpd-php .php
doc_root = c:/apache/apache2/htdocs
extension_dir = c:/php/extensions
session.save_path = c:/temp
LoadModule php4_module “c:/php/php4apache2.dll”
ScriptAlias /php/ "c:/php/"
Action application/x-httpd-php "/php/php.exe"
apache –k start
apache –k restart
<? phpinfo(); ?>
新闻热点
疑难解答