url rewriting - Yii how to redirect to particular URL -
i have used url beautifier remove index.php?r= url. works fine.
now want user redirect url if user hits particular url.
suppose
http://localhost/xm/xmds.php?wsdl http://localhost/xm_demo_menu/webservice/service
how achieve this. search lot on google not found material relevant problem
any suggestions ?
i not see problem should be. see documentation in controller, call:
$this->redirect("http://localhost/xm_demo_menu/webservice/service");
Comments
Post a Comment