Answer the question
In order to leave comments, you need to log in
How to remove frontend/web/index.php from url in yii2 advanced?
test.local/frontend/web/index.php/site/about want to hide frontend/web/index.php , how to do it ?
Answer the question
In order to leave comments, you need to log in
In config web.php folder
'components' => [
'urlManager' => [
'showScriptName' => false
]
]
On setting up htaccess for Yii2 (in the case of Apache) I answered you here - link .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question