将原本连接变成隐藏模式的

/index.php?r=site%2Fabout 变成/site/about.html

web下加.htaccess 文件,隐藏index.php


在相应的config文件中设置

yii 让链接格式修改

//链接格式修改
'urlManager'=>[
    'enablePrettyUrl'=>true,
    'showScriptName'=>false,
    'suffix'=>'.html',
],

相关文章:

  • 2021-10-09
  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2021-06-07
  • 2021-06-24
  • 2022-01-16
  • 2021-07-08
相关资源
相似解决方案