K
K
kramidev2015-05-21 13:16:03
Yii
kramidev, 2015-05-21 13:16:03

How to make beautiful urls in yii2?

Hello people. Started learning yii2. How to make a url like domain/controller/action/params
I googled and did:
config/web.php

'urlManager' => [
            'enablePrettyUrl' => true,
            'showScriptName' => false,
        ],

and added .htaccess to web folder
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

Does not work. What is wrong?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Yelagin, 2015-05-21
@kramidev

A video with a description
Weakly googled!

M
Maxim Grechushnikov, 2015-05-21
@maxyc_webber

describe the rules

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question