search
HomeBackend DevelopmentPHP Tutorial brophp设立404方法分享

brophp设置404方法分享
今天一个同学问我brophp怎么设置404,这里分享一下方法
1,自己准备一个404页面的模板,放在根目录的public下面,当然路径你可以自己定义。
2,首先在action.class.php中添加这么一个方法:

  1. static public function _404(){
  2. header("HTTP/1.0 404 Not Found");
  3. header("status: 404 Not Found");
  4. $my = new self();
  5. $my->display('public/404');
  6. }

3,在brophp/brophp.php中找到 $srccontrolerfile = APP_PATH."controls/".strtolower($_GET["m"]).".class.php";后面添加下面的代码:
  1. if(!file_exists($srccontrolerfile)){
  2. Action::_404();
  3. }

4,然后打开action.class.php,找到Debug::addmsg("没有{$_GET["a"]}这个操作!");
这一行的上面或者下面添加:
  1. self::_404();

OK,完毕!
有问题上微博:@安正超


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
404代码是前端问题还是后端问题404代码是前端问题还是后端问题Jun 12, 2023 pm 01:53 PM

404代码和具体情况有关,既可能是前端问题也可能是后端问题,在某些情况下,404错误可能来自于客户端出现问题,例如在URL路径拼写导致找不到网页,在其他情况下,404错误可能是由于Web应用程序 没有正确地响应请求导致的,例如缺少接口实现或数据库查询结果为空等问题。

DJI Osmo Action 5 Pro: Release date mooted as retailer reveals launch pricing that could undercut GoPro Hero 13 BlackDJI Osmo Action 5 Pro: Release date mooted as retailer reveals launch pricing that could undercut GoPro Hero 13 BlackSep 04, 2024 am 06:51 AM

DJI has not confirmed any plans to introduce a new action camera yet. Instead, it seems that GoPro will get ahead of its rival this year, having teased that it will introduce two new action cameras on September 4. For context, these are expected to a

php提交表单通过后,弹出的对话框怎样在当前页弹出,该如何解决php提交表单通过后,弹出的对话框怎样在当前页弹出,该如何解决Jun 13, 2016 am 10:23 AM

php提交表单通过后,弹出的对话框怎样在当前页弹出php提交表单通过后,弹出的对话框怎样在当前页弹出而不是在空白页弹出?想实现这样的效果:而不是空白页弹出:------解决方案--------------------如果你的验证用PHP在后端,那么就用Ajax;仅供参考:HTML code<form name="myform"

怎么打开404网站怎么打开404网站Sep 11, 2023 pm 03:49 PM

打开404网站的方法:1、根据自己的喜好选择一个浏览器进行操作;2、需要知道一个404网站的URL地址,或者在搜索引擎中搜索“404网站列表”或者“随机URL生成器”,找到一些404网站的地址;3、在浏览器的地址栏中输入该地址,然后按下回车键,浏览器将尝试连接到该地址,并返回一个404错误页面;4、打开404网站前,确保计算机已经安装了最新的杀毒软件,并且浏览器的安全设置开启。

php 404错误的常见原因和处理方法php 404错误的常见原因和处理方法Mar 23, 2023 pm 05:20 PM

在使用 PHP 开发网站的过程中,经常会出现 404 找不到文件或目录的错误。这个错误一般是由于文件或目录不存在或者文件或目录的权限不正确导致的。本文将详细介绍 PHP 404 错误的常见原因、处理方法和预防措施。

如何进入404网站如何进入404网站Oct 31, 2023 am 11:58 AM

解决方法:1、刷新页面;2、清除缓存和Cookie;3、使用备用URL;4、使用搜索引擎缓存等等。

New DJI Osmo action camera spotted before probable summer 2024 launch to rival recent GoPro and Insta360 releasesNew DJI Osmo action camera spotted before probable summer 2024 launch to rival recent GoPro and Insta360 releasesJul 01, 2024 am 09:49 AM

Almost a year has passed since DJI released the Osmo Action 4 (curr. $299 on Amazon). Since then, the company has focused on its other divisions, including new RS camera gimbals. On top of that, it has introduced various drones as well like the Avata

Insta360 Go 3S: New pocketable 4K action camera released weighing just 39 g with Apple Find My supportInsta360 Go 3S: New pocketable 4K action camera released weighing just 39 g with Apple Find My supportJun 14, 2024 pm 06:05 PM

Insta360hasreleasedanewactioncamera,itssecondoftheyearaftertheInsta360X4(curr.$499.99onAmazon).Asexpected,thecompanyhasintroducedtheGo3S,anupgradedthatGo3thatadds4Kvideorecordingcapabilities.Specifically,whileInst

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.