分享
  • 收藏
  • 举报
    X
    官方能把这个去掉吗/index.php/
    550
    1

    官方能把这个去掉吗/index.php/ 比如:http://localhost/index.php/cms/show-17.html

    /index.php/有点不好看

    8
    赏礼
    赏钱
    收藏
    点击回复
        全部留言
    • 1
    • 冰蓝世界 风格开发者 消费:1541.83元 2018-07-16 15:18 15:186楼

      首页你的服务器得支持伪静态

      之后在设置后台

      .htaccess 文件的伪静态规则

      <IfModule mod_rewrite.c>
        Options +FollowSymlinks -Multiviews
        RewriteEngine On
      
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
      # RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
        RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
      </IfModule>

      iis的自己在论坛找吧 

    0 赏钱 赏礼回复
    更多回复
    恢复多功能编辑器
  • 3 1
  • 推荐内容
    扫一扫访问手机版
    请选择要切换的马甲:

     
    网页即时交流
    QQ咨询
    咨询热线
    020-28998648