yii去掉url里面的index.php

helei 2020-1-19 706 1/19

config/main.php
取消注释/添加

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

index.php同级目录下创建.htaccess文件

Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php
- THE END -

helei

3月25日14:02

最后修改:2020年3月25日
0

非特殊说明,本博所有文章均为博主原创。

共有 0 条评论