您好, 我不得不卸載 vbet,但谷歌繼續報告這種類型的重複主題 /會員 / deps.html?Vbet_lang = MK&重定向= / member.php / MK / member.phpvbet_lang&重定向=是= /會員 / meladancer.htmlvbet_lang =高和重定向= / member.php& / MK / MK = member.phpvbet_lang&重定向= /會員 / guantony.htmlvbet_lang&重定向= = M / member.php& 我怎麼完全消除它們?我已經堅持了機器人的文件夾 / MK / / memers /等,但持續的信號 感謝 Ciao, ho dovuto disinstallare vbet, ma google continua a segnalarmi delle discussioni duplicate di questo tipo /members/deps.html?vbet_lang=mk&redirected=/member.php /mk/member.phpvbet_lang=is&redirected=/members/meladancer.htmlvbet_lang=ko&redirected=/member.php& /mk/member.phpvbet_lang=mk&redirected=/members/guantony.htmlvbet_lang=mt&redirected=/member.php& /mk/members/orlando.htmlvbet_lang=mt&redirected=/member.phpvbet_lang=ko&redirected=/members/orlando.html& come faccio ad eliminarle del tutto? ho già bloccato con il file robot le cartelle /mk/, /memers/ ecc ma continua a segnalarmele grazie
您好, 未安裝是沒有必要的。你的支持在這裡 - 在案件的問題請來信,我們將幫助您解決您的問題。如果你想解決的問題,那麼請重新安裝最新版本的vBET,我們將在這個問題上。 另外,在一些情況下,當錯誤發生在任何MOD它足以禁用它 - 你不松的配置數據,很容易再次啟用。 現在去的問題。我看你有重定向循環。我不知道哪個版本的vBET被使用,因為它已經不在您的論壇,所以我不知道的是它的實際問題,或只是一些老vBET版本。 總之,解決它,請只需添加相應的規則。htaccess的。它可以是簡單的規則,所有重定向頁面重定向=參數來與您的論壇主頁。例如(未測試): Code: RewriteCond %{QUERY_STRING} redirected= RewriteRule $ http://%{HTTP_HOST}/ [L,R=301] 如果你想解決這個問題,仍然有vBET - 請寫我們會很樂意幫助你這一點。不過我有感覺,有一些老vBET使用的版本,因為我們已經解決了這些問題。 請告訴做到了幫助。
RewriteCond %{QUERY_STRING} redirected= RewriteRule $ http://%{HTTP_HOST}/ [L,R=301]
同時,謝謝你。 目前我htaccess是這樣 Code: SetEnv PHP_VER 5 # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums) # RewriteBase /~scuocjjm/ RewriteCond %{HTTP_HOST} !^scuo\.la RewriteRule (.*) http://scuo.la/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap|cron|chat) RewriteCond %{QUERY_STRING} !vbseourl= RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteRule ^/?archive/index.php/archive.css?$ /archive/archive.css [L,QSA] 我的變化呢? 感謝 intanto grazie. Attualmente il mio htaccess è così Code: SetEnv PHP_VER 5 # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums) # RewriteBase /~scuocjjm/ RewriteCond %{HTTP_HOST} !^scuo.la RewriteRule (.*) http://scuo.la/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap|cron|chat) RewriteCond %{QUERY_STRING} !vbseourl= RewriteRule ^((archive/)?(.*.php(/.*)?))$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteRule ^/?archive/index.php/archive.css?$ /archive/archive.css [L,QSA] come lo modifico quindi? grazie
SetEnv PHP_VER 5 # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums) # RewriteBase /~scuocjjm/ RewriteCond %{HTTP_HOST} !^scuo\.la RewriteRule (.*) http://scuo.la/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap|cron|chat) RewriteCond %{QUERY_STRING} !vbseourl= RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteRule ^/?archive/index.php/archive.css?$ /archive/archive.css [L,QSA]
SetEnv PHP_VER 5 # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums) # RewriteBase /~scuocjjm/ RewriteCond %{HTTP_HOST} !^scuo.la RewriteRule (.*) http://scuo.la/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap|cron|chat) RewriteCond %{QUERY_STRING} !vbseourl= RewriteRule ^((archive/)?(.*.php(/.*)?))$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteRule ^/?archive/index.php/archive.css?$ /archive/archive.css [L,QSA]
最後編輯者 vBET; 18-07-11 在 11:28. 原因: BBCode代碼更正
在此之後把我的規則之一: Code: RewriteCond %{HTTP_HOST} !^scuo\.la RewriteRule (.*) http://scuo.la/$1 [L,R=301] 你需要幫助解決的問題?
RewriteCond %{HTTP_HOST} !^scuo\.la RewriteRule (.*) http://scuo.la/$1 [L,R=301]
沒有答案 - 最後一抹考慮解決的問題 在其他情況下 - 請寫在這裡。
查看標籤雲
論壇規則