免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2883 | 回复: 5
打印 上一主题 下一主题

请指点如和隐藏php的的后缀名??? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-07-23 12:23 |只看该作者 |倒序浏览
为了隐藏php的后缀名.php,我按照最新的php手册修改了以下文件,改好访问http://localhost/test/index,但是没有成功,这样也不行:http://localhost/test/index?from=1。不知到问题在哪,请明白人指点!

===httpd.conf===
# Minimize 'Server' header information
ServerTokens Prod

# Disable server signature on server generated pages
ServerSignature Off

# Set default file type to PHP
DefaultType application/x-httpd-php

另外在httpd.conf里添加了如下:
    <Files ~ "^[^\.]+$">
                #ForceType application/x-httpd-php
                SetHandler application/x-httpd-php
        </Files>

=====php.ini======
expose_php = Off
safe_mode = On

我机器的配置是xp,php5.0,apache2.0。

[ 本帖最后由 takefree 于 2006-7-23 12:32 编辑 ]

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
2 [报告]
发表于 2006-07-23 12:40 |只看该作者
<Files ~ "^[\._]ht">
                #ForceType application/x-httpd-php
                SetHandler application/x-httpd-php
</Files>

论坛徽章:
0
3 [报告]
发表于 2006-07-23 13:10 |只看该作者
法王,照您说的我改了httpd.conf,重启apach后测试,还是不行!怎么回事呢?

我是在httpd.conf的这部分添加修改的:
#
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives.  See also the AllowOverride
# directive.
#
AccessFileName .htaccess

#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
#<Files ~ "^\.ht">
#    Order allow,deny
#    Deny from all
#</Files>
<Files ~ "^[\._]ht">
        SetHandler application/x-httpd-php
</Files>

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
4 [报告]
发表于 2006-07-23 16:05 |只看该作者
使用目录限定看看如何。

论坛徽章:
0
5 [报告]
发表于 2006-07-23 16:37 |只看该作者
原帖由 HonestQiao 于 2006-7-23 16:05 发表
使用目录限定看看如何。


什么意思呢?能不能说得再明白点呀?
我觉得我的设置没什么问题呀,都是手册上一步一步设置的。

论坛徽章:
1
射手座
日期:2013-09-13 16:09:25
6 [报告]
发表于 2006-07-24 10:43 |只看该作者
参考:AddType application/x-httpd-php .php

试试添加:AddType application/x-httpd-php .asp
然后将*.php改为*.asp,再次访问。

看上去是asp的,其实还是php的文件。

Win2000 Pro
Apache 2.0
PHP 5.1
下测试通过.

以此类推,后缀名可任意修改,如jsp,cgi,xxx。

[ 本帖最后由 hjmsolar 于 2006-7-24 10:45 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP