18910140161

HTAccess 301重定向以解决google搜索控制台中的重定向错误?

顺晟科技

2021-09-15 13:18:14

220

你知道为什么谷歌搜索控制台会出现重定向错误吗?几天来我一直试图解决这个问题。我的网站:https://www.energiatanusitvany-budapesten.hu/ 我已经设置了每个重要的重定向(非www.到www.,用“/”到不带“/”,用“.html”到不带“.html”,http://到https://) html修剪有问题。搜索控制台给出以下索引和重定向错误: 推荐链接:https://www.energiatanusitvany-budapesten.hu/energiatanusitvany-tanusitvanyhttps://www.energiatanusitvany-budapesten.hu/energiatanusitvany-budapesten

推荐链接: http://www.energiatanusitvany-budapesten.hu/adatvedelem.htmlhttps://www.energiatanusitvany-budapesten.hu/adatvedelem

我的.htaccess文件如下所示:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.energiatanusitvany-budapesten.hu/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [NE,R=301,L]

RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ /%1 [NC,L,R]

RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]

RewriteOptions inherit

<ifModule mod_headers.c>
    Header set Connection keep-alive

    <filesMatch ".(jpg|jpeg|png|gif|swf|ico|pdf|flv|json|js|css|config_resp|rcb_k36d0|)$">
        Header set Cache-Control "max-age=31536000, public"
    </filesMatch>

<IfModule mod_expires.c>
    ExpiresActive on
 
    ExpiresByType image/jpg "access plus 1 month"
    ExpiresByType image/jpeg "access plus 1 month"
    ExpiresByType image/gif "access plus 1 month"
    ExpiresByType image/png "access plus 1 month"
</IfModule>

<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>

<IfModule mod_headers.c>
# Set XSS Protection header
Header set X-XSS-Protection "1; mode=block"
</IfModule>

RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTPS}s on(s)|offs()
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [NE,L,R]

顺晟科技:

  • TAG:
相关文章
我们已经准备好了,你呢?
2024我们与您携手共赢,为您的企业形象保驾护航