PHP去掉输出http头信息中的X-Powered-By
条评论将php.ini 中的
1 | expose_php = On |
改为
1 | expose_php = Off |
关于expose_php这个选项:
1 | ; Decides whether PHP may expose the fact that it is installed on the server |
将php.ini 中的
1 | expose_php = On |
改为
1 | expose_php = Off |
关于expose_php这个选项:
1 | ; Decides whether PHP may expose the fact that it is installed on the server |