为了账号安全,请及时绑定邮箱和手机立即绑定

MyBB 重定向至 www.www

MyBB 重定向至 www.www

PHP
慕的地6264312 2023-09-15 10:15:46
我正在建立一个启用 https 的 MyBB 论坛。我已设置并启用 TLS,并且我的主机启用了 https 重定向。直接链接如http://www.example.com/index.php并example.com/index.php正确重定向到https://www.example.com/index.php. 但任何任何尝试都直奔https://www.example.com/去去https://www.www.example.com/。有谁对可能导致这种情况的原因有任何想法吗?我的 .htaccess 文件如下(大部分取自 MyBB 的默认 .htaccess 设置。)    Options -MultiViews +FollowSymlinks -Indexes<FilesMatch "\.(php|html)$">    Header set Cache-Control "private, no-cache"    Header set Pragma "no-cache"</FilesMatch>## If mod_security is enabled, attempt to disable it.# - Note, this will work on the majority of hosts but on#   MediaTemple, it is known to cause random Internal Server#   errors. For MediaTemple, please remove the block below#<IfModule mod_security.c>    # Turn off mod_security filtering.    SecFilterEngine Off    # The below probably isn't needed, but better safe than sorry.    SecFilterScanPOST Off</IfModule>## MyBB "search engine friendly" URL rewrites# - Note, for these to work with MyBB please make sure you have#   the setting enabled in the Admin CP and you have this file#   named .htaccess#<IfModule mod_rewrite.c>    RewriteEngine on    RedirectMatch ^/$ news.php    RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]    RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]    RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]    RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]    RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]    RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]    RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]    RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
查看完整描述

1 回答

?
青春有我

TA贡献1784条经验 获得超8个赞

事实证明这是浏览器缓存问题。



查看完整回答
反对 回复 2023-09-15
  • 1 回答
  • 0 关注
  • 91 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信