咋回事???
我配置的php服务器为什么不能浏览站点下的其它文件夹下的页面.浏览时出现下面的情况,怎么回事??
Forbidden
You don't have permission to access /phpMyAdmin/upload/admin/ on this server.
--------------------------------------------------------------------------------
Apache/1.3.31 Server at localhost Port 80
我的httpd.conf配置如下:
scriptAlias /php/ "c:/php/"
Alias /phpMyAdmin/ "c:/php/phpMyAdmin"
Alias /www/ "c:/php/www"
Alias /aa/ "C:/php/aa"
Alias /Media/ "C:/php/Media"
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4 .php3
AddType application/x-httpd-php4 .php4
Action application/x-httpd-php4 "/php/php.exe"
Action application/x-httpd-php4 "/php/php.exe"