|
楼主 |
发表于 2009-4-30 22:26:49
|
显示全部楼层
我见了一个admin目录
建了一个welcome.php文件
文件内容:
<?php
echo "yes";
?>
但是输入http://localhost/webapp/index.php/admin/welcome
出现:
yes
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at E:\xampp\htdocs\securities\system\application\controllers\admin\welcome.php:2)
Filename: errors/error_404.php
Line Number: 1
404 Page Not Found
The page you requested was not found. |
|