what do you want to do?
if there is no php files...

解决方案 »

  1.   

    加载了php以后设置.php后缀的就进行解析,但是整个web服务器有几个目录是不需要php解析的,如何关闭php解析在这几个目录里面
      

  2.   

    set the directory indexes in httpd.conf and do not be a index file.
      

  3.   

     回复人:zeroleonhart(Strong Point:Algorithm) ( 五级(中级)) 信誉:100  2006-07-09 20:55:00  得分:0

    set the directory indexes in httpd.conf and do not be a index file.我这个目录就是要indexes给人浏览下载用的,所以不想他解析.php文件,能不能局部关掉解析```或者能不能设置.php后缀不使用解析`~~翻一下手册先~~
      

  4.   

    我这个目录就是要indexes给人浏览下载用的,所以不想他解析.php文件,能不能局部关掉解析```或者能不能设置.php后缀不使用解析`~~翻一下手册先~~--------------------------------
    you can let them to right click and select "Target save as..."
      

  5.   

    回复人:zeroleonhart(Strong Point:Algorithm) ( 五级(中级)) 信誉:100
    有没搞错........
    如果indexes里面的.php后缀文件被目标另存 web服务器照样会解析了再输出,而不是php文件本身的内容```
      

  6.   

    在该目录的<directory>中加一行php_engine off