<?php namespace M\Controller; use Think\Controller; class EmptyController extends Controller { public function _empty() { header("Location:" . U('/m', '', true, true)); die; } }