点击这里给我发消息 QQ登录
【原创】 TP重定向404
栏目:php  作者:力涛  阅读:(3650)

blob.png

<?php

namespace Home\Controller;

use Think\Controller;

class EmptyController extends Controller {

  function  _empty(){

      header( " HTTP/1.0 404 Not Found" );

      $this->display( 'Public:404' );

  }

  function index(){

      header( " HTTP/1.0 404 Not Found" );

      $this->display( 'Public:404' );

  }

}

?>

blob.png

注:引入命名空间




昵称
邮箱
域名
  记住 通知博主
验证码