צפה בגרסא המלאה: נפתר VBET. Htaccess הכללים לחסום מפת להוריד
bhanuprasad1981
13-07-10, 18:34
כן כמו הכותרת אומרת בוטים google לא מסוגלים להוריד מפות אם אני מסיר vbet כללים הורדות מפת בלי בעיה, אנא עזור: (
kamilkurczak
14-07-10, 13:39
האם אתה בטוח שיש לך. Htcaccess עם חוקים טובים? כדי טובה?
bhanuprasad1981
14-07-10, 21:00
בסדר להעיף מבט htaccess שלי:. -
# 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 /
RewriteCond %{HTTP_HOST} !^www\.pdaapps\.org
RewriteRule (.*) http://www.pdaapps.org/$1 [L,R=301]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
פרטים באתר שלי: - vb 4.0.4
vBSEO 3.5.0 RC2
vbet 4.2.2
אם אתה צריך עוד פרטים אני יכול לספק, אבל בבקשה לפתור את הסוגיה בהקדם האפשרי: (
kamilkurczak
15-07-10, 16:03
מה עכשיו?
# 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 /
RewriteCond %{HTTP_HOST} !^www\.pdaapps\.org
RewriteRule (.*) http://www.pdaapps.org/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
bhanuprasad1981
15-07-10, 18:07
אני חושב כללים vBSEO חסרים htaccess. שלך?
kamilkurczak
16-07-10, 13:08
הממ .. פורום המבחן שלי הוא לעבוד עם htaccess. זה (עם vBSEO) אתה יכול לנסות את זה? אני אנסה לשפר
bhanuprasad1981
17-07-10, 20:36
. כנראה עובד אבל אני לא בטוח מה זה שלטון vBSEO ב htaccess עושה: (
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteRule ^(.+)$ vbseo.php [L,QSA]
bhanuprasad1981
19-07-10, 16:31
שאלתי על הכללים לעיל vBSEO בפורום במקום להסביר מטרה vBSEO שלה הצוות ממליץ להסיר vbet, אני מקווה מיכל יעשה לשפוך קצת אור כאן:)
כן - הם פשוט פועלים נגד לקוחות עסקיים שלהם הטוב ביותר.
bhanuprasad1981
20-07-10, 16:53
מיכל כל כך מה הוא השימוש של כללים אלה, האם זה בטוח להסיר אותם?
אלה הם הכללים vBSEO אשר מנתבת כל בקשה בקר הקדמי שלהם. כאשר אתה משתמש vBET אתה יכול להסיר אותם כללים, כי vBET משתמשת בבקר חזית משלו (vbenterprisetranslator_seo.php) ולאחר מכן הפניות שליטה פנימי vbseo.php
Automatic Translations (Powered by Google, Microsoft®,
Yandex, SDL Language Cloud, IBM Watson and Apertium):
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.