'urlManager' => [ 'enablePrettyUrl' => true, 'showScriptName'=>false,// hide index.php 'rules' => [ 'หน้าแรก' => 'site/index', ] ],ในส่วนของ 'components' จะได้ตามรูปล่างนะ
2. เข้าไปที่ folder web จากนั้นก็ สร้างไฟล์ .htaccess แล้วพิมตามโลด
RewriteEngine on # if a directory or a file exists, use it directlyRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-d # otherwise forward it to index.phpRewriteRule . index.php
เท่านี้เวลาเราสร้าง controller แล้วเรียก funtion จะเป็นแบบนี้
ไม่มีความคิดเห็น:
แสดงความคิดเห็น