<?php /** * Created by PhpStorm. * User: xiaofeng * Date: 2018/4/19 * Time: 下午2:52 */ namespace mobile\controllers; use mobile\base\CommonController; class WapController extends CommonController{ public function actionIndex() { header('Location:http://m.pinfangw.com'); exit; } }