业务经理

微信扫描以上二维码

028-61286886

技术咨询

域名后index.php如何301跳转

迅睿框架 更新 2024-08-14 13:23:43 华清阳君

域名后面带index.php 如何进行301跳转取消index.php

方案

  • 龙帝 #1 · 2024-08-08 13:54:00
    关闭301功能
  • 华清阳君 #2 · 2024-08-08 13:59:02
    龙帝 现在域名后出现index.php,我想做URL规范化,就是取消index.php,直接跳转到域名上。
  • 华清阳君 #3 · 2024-08-14 13:23:30
    满意答案
    华清阳君 # index.php 301跳转代码! RewriteCond %{THE_REQUEST} /index\.php [NC]# index.php 301跳转主页! RewriteRule ^index\.php$ http://www.hrbpinpaicehua.com/ [R=301,L]# /index.php/ index.php目录跳转主页! RewriteRule ^index\.php/$ http://www.hrbpinpaicehua.com/ [R=301,L]# /index.php/目录/ 跳转! RewriteRule ^index.php/([a-zA-Z]+)/?$ http://www.hrbpinpaicehua.com/$1/ [L,R=301,QSA]# /index.php/目录/数字.html 跳转!新闻页面使用 RewriteRule ^index.php/([a-zA-Z]+)/(\d+).html$ http://www.hrbpinpaicehua.com/$1/$2.html [L,R=301,QSA]# /index.php/目录/数字_分页.html 跳转!栏目分页使用 RewriteRule ^index.php/([a-zA-Z]+)/(\d+)_(\d+)\.html$ http://www.hrbpinpaicehua.com/$1/$2_$3.html [L,R=301,QSA]# /index.php/英文字母.html 跳转!聚合资讯根目录单页使用RewriteRule ^index.php/([a-zA-Z]+)\.html$ http://www.hrbpinpaicehua.com/$1.html [L,R=301,QSA]# /index.php/英文字母/英文字母.html 跳转!tag标签使用RewriteRule ^index.php/([a-zA-Z]+)/([a-zA-Z]+)\.html$ http://www.hrbpinpaicehua.com/$1/$2.html [L,R=301,QSA]# /index.php/英文字母/英文字母-p数字.html 跳转!tag标签分页使用RewriteRule ^index.php/([a-zA-Z]+)/([a-zA-Z]+)-p(\d+)\.html$ http://www.hrbpinpaicehua.com/$1/$2-p$3.html [L,R=301,QSA]# /index.php/英文字母/英文字母.xml 跳转!网站地图使用RewriteRule ^index.php/([a-zA-Z]+).xml$ http://www.hrbpinpaicehua.com/$1.xml [L,R=301,QSA]# /index.php/英文字母.txt 跳转!网站地图使用RewriteRule ^index.php/([a-zA-Z]+).txt$ http://www.hrbpinpaicehua.com/$1.txt [L,R=301,QSA].htaccess文件做了点规则,目前验证是没有问题的。
  • 华清阳君 #4 · 2024-08-14 13:23:43
    @华清阳君:.htaccess文件做了点规则,目前验证是没有问题的。

迅睿系统漏洞

导入微信文章
导入微信文章(2026-09-15)
优化排版缺少文字情况
GEO系统
GEO系统(2026-09-15)
运营客户端,防止误触阴影处关闭对话框
独立站群系统
独立站群系统(2026-09-14)
子站独立部署时修复同步附件失败问题
在线客服
在线客服(2026-09-13)
修复删除会话报错问题 删除会话时联动删除聊天图片
在线考试竞赛系统
在线考试竞赛系统(2026-09-12)
增加投票功能 考试功能拓展 注意:更新后需要执行系统更新,更新数...
网上信箱
网上信箱(2026-09-12)
修复新版本兼容问题
GeoSeo收录宝
GeoSeo收录宝(2026-09-12)
1 优化Update.php文件,解决版本在线升级不完整问题 2 ...
GeoSeo工具箱
GeoSeo工具箱(2026-09-11)
修正历史记录推送
微信系统
微信系统(2026-09-11)
增加数据统计总览界面 账号管理增加服务和公众号的区别 菜单管理支持更...
答题系统
答题系统(2026-09-11)
一站式在线答题系统,支持真题考试、题库练习和错题本,适合培训、考证、...