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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -