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