I have started learning yii2 and I tried to do pretty URL stuff, but failed. What I did:-
in config/web.php (I have edited below):
\
If non of above answers worked and you are using Apache as your web server on linux,then make sure that rewrite mode is enabled in Apache and if it's not you can enable it with this command:
sudo a2enmod rewrite
and after that restart Apache web server
sudo systemctl restart apache2
and it should solve the problem.