Home >Backend Development >PHP Tutorial >请问thinkphp中如何覆盖默认的提示页面

请问thinkphp中如何覆盖默认的提示页面

WBOY
WBOYOriginal
2016-06-06 20:47:141221browse

默认的找不到控制器的提示页面是这样子的
请问thinkphp中如何覆盖默认的提示页面

但是如果对于一个线上产品的话肯定是不好的,想问下如何能自定义这个页面呢,我在文档中找到了这个
请问thinkphp中如何覆盖默认的提示页面

可是在config.php中设置了依然是老样子

<code class="lang-php">'URL_404_REDIRECT' => 'Handler/handle404',
</code>

想问下各位有什么解决方法么,源码中貌似也没找到什么可以改的地方

回复内容:

默认的找不到控制器的提示页面是这样子的
请问thinkphp中如何覆盖默认的提示页面

但是如果对于一个线上产品的话肯定是不好的,想问下如何能自定义这个页面呢,我在文档中找到了这个
请问thinkphp中如何覆盖默认的提示页面

可是在config.php中设置了依然是老样子

<code class="lang-php">'URL_404_REDIRECT' => 'Handler/handle404',
</code>

想问下各位有什么解决方法么,源码中貌似也没找到什么可以改的地方

修改ThinkPHP框架配置:ThinkPHP\Conf\convention.php

<code class="lang-php">'TMPL_EXCEPTION_FILE'   =>  THINK_PATH.'Tpl/think_exception.tpl',// 异常页面的模板文件
</code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn