+ -
当前位置:首页 → 问答吧 → windows 7+wamp+Netbean IDE安装使用问题

windows 7+wamp+Netbean IDE安装使用问题

时间:2011-11-23

来源:互联网

安装完了后http://localhost/index.php正常显示,http://localhost/test1/index.php就出现Not FoundThe requested URL /test1/index.php was not found on this server.

我已经修改了http.conf里面的
LoadModule php5_module "c:/wamp/bin/php/php5.3.8/php5apache2_2.dll"
PHPIniDir "C:\wamp\bin\php\php5.3.8"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html

ServerName localhost:8080

<Directory />
    Options FollowSymLinks
    AllowOverride All
    Order deny,allow
    Deny from all
</Directory>

<Directory "cgi-bin">
    AllowOverride All
    Options None
    Order allow,deny
    Allow from all
</Directory>



都没有用,怎么办?

作者: im_wofine   发布时间: 2011-11-23

坐等。。。。。。

作者: im_wofine   发布时间: 2011-11-23