Answer the question
In order to leave comments, you need to log in
How to make default route in UrlManager with PrettyUrl in Yii2?
How to make default route in UrlManager with PrettyUrl in Yii2?
'defaultRoute' => 'site/index' - I understand it doesn't work in PrettyUrl.
Are there options other than this?'<url:(.*)>' => 'site/index'
Answer the question
In order to leave comments, you need to log in
.htaccess is like this by default:
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
AddDefaultCharset utf-8
'defaultRoute' => 'site/index' - I understand it doesn't work in PrettyUrl.
This is how the default route is set, if it does not work for you, then you have not configured something correctly (for example, htaccess).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question