Hello
I’ve set false for the ‘showScriptName’ and true for the ‘enablePrettyUrl’.
now when I want to have an index.php view file in folder such as this
Views/admin/category/index
And I write this url in the browser
localhost/web/admin/category/index
I get 404 not found error!
What should I do ?
Thanks