gpt4 book ai didi

.htaccess - joomla 网站中 Feedburner 的 HTTPS RSS URL 问题

转载 作者:太空宇宙 更新时间:2023-11-03 13:01:23 25 4
gpt4 key购买 nike

我有一个 Joomla 网站,RSS 提要网站结构如下。

http://www.steelmarketupdate.com/blog?format=feed

http://www.steelmarketupdate.com/news?format=feed

因为我在 .htaccess 中有 SSL 代码,如下所示

RewriteCond %{HTTP_HOST} ^beta\.steelmarketupdate\.com$ [OR] <br/>
RewriteCond %{HTTP_HOST} ^www\.beta\.steelmarketupdate\.com$ <br/>
RewriteRule ^(.*)$ "https\:\/\/www\.steelmarketupdate\.com\/$1" [R=301,L]

如果 URL 查询字符串包含 format=feed,我想跳过上面的代码因此,所有 Feed URL 都会被 HTTPS 跳过。

.htaccess 规则有什么建议吗?

最佳答案

使用这个规则:

RewriteCond %{QUERY_STRING} !^format=feed$ [NC]
RewriteCond %{HTTP_HOST} ^(www\.)?beta\.steelmarketupdate\.com$
RewriteRule ^(.*)$ https://www.steelmarketupdate.com/$1 [R=301,L]

关于.htaccess - joomla 网站中 Feedburner 的 HTTPS RSS URL 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21456329/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com