My url in yii is:
http://localhost/php_pro_106/reload/ByCustomer/mJYwIzoaIGe0R8lAVCqPhG%2Fg0jJFWjiWWdPnkq5VDlY%3D
what should I have to do in url manager to get this,My current rule is:
'<controller:\w+>/ByCustomer/<giftcode>'=>'<controller>/ByCustomer',
Actually problem is that I get :
The requested URL /php_pro_106/reload/ByCustomer/mJYwIzoaIGe0R8lAVCqPhG/g0jJFWjiWWdPnkq5VDlY= was not found on this server.
It is due to %3D
%2F
in the URL.What I have to do to make it work fine?