How can I enable clean urls in Yii2. I want to remove index.php and \'?\' from url parameters. Which section needs to be edited in Yii2 for that?
For me, the problem was:
Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted