Answer the question
In order to leave comments, you need to log in
How to remove index.php in rest api ?
Hello!
There is a rest api. For example example.com/index.php/users/342432
I need to do this example.com/users/342432
Site on yii 1.1.5 Sincerely
,
Almik
Answer the question
In order to leave comments, you need to log in
Write in the config:
'components'=>array(
...
'urlManager'=>array(
'showScriptName'=>false,
...
)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question