
how to create url seo friendly in yii2 basic
the first create file in folder root (localhost/basic/web) with name .htaccessand copy sourcecode :RewriteEngine on# If a directory or a file exists, use the request directlyRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-d# Otherwise forward the request to index.phpRewriteRule . index.phpnumber two open file in config/web.php end copy code: ...