I have a url in my application:
www.example.com/application/30201:1234
I hit this URL its throws an error.
Forbidden
You don't have permission to access /application/30204:1234 on this server.
Main config for rules is as follow:
'rules'=>array(
'<call:[0-9]+\:[0-9]+>( sip<sip:(\:[A-Za-z0-9]*@infocus\.net)+>)?( email<email:(\:[A-Z0-9a-z\._%\+\-]+@[a-zA-Z0-9.-]+\.[A-Za-z]{2,4})+>)?'=>'user/index',
'<controller:\w+>/<id:\d+>'=>'<controller>/view',
'<controller:\w+>/<action:\w+>/<id:\d+>'=>'<controller>/<action>',
'<controller:\w+>/<action:\w+>'=>'<controller>/<action>',
),
I want to add rewrite rule in .htaccess which will redirect my application to user/index.