וויכטיק: דעם בלאַט איז ניצן קיכלעך (cookies). ניצן דעם וועבזייַטל אָן אויסגעדרייט אַוועק קיכלעך אין בלעטערער, מיטל אַז איר שטימען פֿאַר ניצן עס.
קויפן איצט! פֿעיִקייטן דאָוונלאָאַדס

פאַרדינען מיט אונדז!

אויב איר וואָלט ווי צו אָנהייבן ערנינג געלט מיט וובעט פאַרבינדן צו צוגעבן פּראָגראַם.
זייַט 4 פון 6 Firstערשטער ... 23456 לעצטLast
רעזולטאַטן 31 צו 40 פון 52

פֿאָדעם: וובסעאָ ינטאַגריישאַן

  1. #31
    מיטגליד
    באַהעפטן טאָג
    אפריל 2010
    הודעות
    34

    Default

    דאָ איז מיין. הטאַקסעסס אין וואָרצל, מיט גרופּעס אין שורש (למשל איך טאָן ניט האָבן גרופּעס אין טעקע אָדער עפּעס, נאָר ריריטאַן ווי אַזוי) מאַכן זיכער די לאַנג הערשן ניט צעבראכן (למשל קערן אַוועק 'ווארט ייַנוויקלען אין נאָטעפּאַד).

    Code:
    RewriteEngine On
    Options +FollowSymLinks
    
    # Redirect coinforums.com
    RewriteCond %{HTTP_HOST} ^(www\.)?uscoininfo\.com
    RewriteRule (.*) http://www.coinforums.com/ [R=301,L]
    # End Redirect from CoinForums.com
    
    
    # Redirect to WWW
    RewriteCond %{HTTP_HOST} ^coinforums.com [NC]
    RewriteRule ^(.*)$ http://www.coinforums.com/$1 [L,R=301]
    # End Redirect to WWW
    
    # vbSEO Sitemap
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    # END
    
    # vBET
    # RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)
    
    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)/gallery/(.*)?$ /gallery/$2?language=$1 [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=/ [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/|vbseo_sitemap/|cron)
    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]
    # vBET End
    
    
    
    # vBSEO Beg
    #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]
    # vBSEO End

  2. #32
    מיטגליד
    באַהעפטן טאָג
    אפריל 2010
    הודעות
    34

    Default

    Quote אָריגינאַללי פּאָסטעד דורך Jesh View Post
    דאָ איז מיין. הטאַקסעסס אין וואָרצל, מיט גרופּעס אין שורש (למשל איך טאָן ניט האָבן גרופּעס אין טעקע אָדער עפּעס, נאָר ריריטאַן ווי אַזוי) מאַכן זיכער די לאַנג הערשן ניט צעבראכן (למשל קערן אַוועק 'ווארט ייַנוויקלען אין נאָטעפּאַד).
    עס קוקט ווי עפּעס איך קען פּרובירן, אָבער וואָס איז דעם שורה פֿאַר?

    רעווריטערולע / גאַלעריע / 2 $? לשון = $ 1 [ל, קסאַ]
    איך טאָן ניט האָבן אַ / גאַלעריע טעקע בייַ שורש.

  3. #33
    מיטשאַל פּאָדביעלסקי (וובעט סטאַף) vBET's Avatar
    באַהעפטן טאָג
    אקטאבער 2009
    הודעות
    3,037

    Default

    Quote אָריגינאַללי פּאָסטעד דורך trevis View Post
    Text automatically translated from: Portuguese to: Yiddish
    Translated text
    פֿאַר בייַשפּיל, לייענען אייער ינסטראַקשאַנז איך וואָלט לייגן די פרטים פון זייַן htaccess צווישן שורות 3 און 4, איז אַז ריכטיק? אויב איך געפרואווט און עס האט ניט אַרבעטן
    Original text
    ווי איך געדענקען אַרויסגעבן שוין סאַלווד דורך פּיעם - ריכטיק מיר אויב איך בין אומרעכט

  4. #34
    מיטשאַל פּאָדביעלסקי (וובעט סטאַף) vBET's Avatar
    באַהעפטן טאָג
    אקטאבער 2009
    הודעות
    3,037

    Default

    Quote אָריגינאַללי פּאָסטעד דורך mikeinjersey View Post
    עס קוקט ווי עפּעס איך קען פּרובירן, אָבער וואָס איז דעם שורה פֿאַר?



    איך טאָן ניט האָבן אַ / גאַלעריע טעקע בייַ שורש.
    איז עס נאָך קיין אַרויסגעבן? ווי איך געדענקען מיר זענען סאַלווינג עס דורך פּם, אָבער ווילן צו זיין זיכער אַז עס איז גוט

  5. #35
    עלטער מעמבער
    באַהעפטן טאָג
    מאי 2010
    הודעות
    257

    Default

    איך בין בעת אַ ערנסט אַרויסגעבן דאָ. ביטע העלפן.

    איך טראַכטן עס זאל האָבן עפּעס צו טאָן מיט מיין. הטאַקסעסס ינטאַגריישאַן. דאָ איז מייַן, איז עס ריכטיק, אָדער האט איך טאָן עפּעס פאַלש?:

    Code:
    # 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} !^windows8theme\.org$
    RewriteRule ^(.*)$ http://windows8theme.org/$1 [L,R=301]
    
    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 ^/?(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=/forum/index.php [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=/forum/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    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]
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    # MONTH
    <FilesMatch "\.(flv|gif|jpg|jpeg|png|ico|swf)$">
       Header set Cache-Control "max-age=2592000"
    </FilesMatch>
    
    # WEEK
    <FilesMatch "\.(js|css|pdf|txt)$">
       Header set Cache-Control "max-age=604800"
    </FilesMatch>
    
    # DAY
    <FilesMatch "\.(html|htm)$">
       Header set Cache-Control "max-age=43200"
    </FilesMatch>

  6. #36
    מיטשאַל פּאָדביעלסקי (וובעט סטאַף) vBET's Avatar
    באַהעפטן טאָג
    אקטאבער 2009
    הודעות
    3,037

    Default

    עס איז פאַלש. ביטע שטעלן וובעט כּללים פאר וובסעאָ.פפּ הערשן, נאָך נאָך סיטעמאַפּ גענעראַטאָר הערשן. אַזוי אין אנדערע ווערטער צווישן כּללים פֿאַר סיטעמאַפּ גענעראַטאָר (בייַ דעם אָנהייב) און וובסעאָ.פפּ (בייַ דער סוף).

    Quote אָריגינאַללי פּאָסטעד דורך Taurus View Post
    איך בין בעת אַ ערנסט אַרויסגעבן דאָ. ביטע העלפן.

    איך טראַכטן עס זאל האָבן עפּעס צו טאָן מיט מיין. הטאַקסעסס ינטאַגריישאַן. דאָ איז מייַן, איז עס ריכטיק, אָדער האט איך טאָן עפּעס פאַלש?:

    Code:
    # 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} !^windows8theme\.org$
    RewriteRule ^(.*)$ http://windows8theme.org/$1 [L,R=301]
    
    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 ^/?(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=/forum/index.php [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=/forum/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    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]
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    # MONTH
    <FilesMatch "\.(flv|gif|jpg|jpeg|png|ico|swf)$">
       Header set Cache-Control "max-age=2592000"
    </FilesMatch>
    
    # WEEK
    <FilesMatch "\.(js|css|pdf|txt)$">
       Header set Cache-Control "max-age=604800"
    </FilesMatch>
    
    # DAY
    <FilesMatch "\.(html|htm)$">
       Header set Cache-Control "max-age=43200"
    </FilesMatch>

  7. #37
    מיטגליד
    באַהעפטן טאָג
    אויגוסט 2012
    אָרט
    אַטלאַנטאַ
    הודעות
    39

    Default יבערזעצער איז ניט ארבעטן מיט סובדירעקטאָריעס. ביטע קוק אין מיין הטאַסעסס.

    היי גייז,

    איך בין בעת צרה מיט דער יבערזעצער. איך האב עס אינסטאַלירן און איך ינסערטאַד די רירייט כּללים אין מיין הטאַקסעסס אָבער איך באַקומען 404 ערראָרס ווען איך פּרובירן צו באַזוכן די איבערגעזעצט URL. די סובדירעקטאָרי מיין פאָרום איז אין איז 'דזשאָבס'. קענען איר גייז העלפן? דאָ איז מיין הטאַקסעסס.

    Code:
    # 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
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    
    # 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 /
    
    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=/jobs/ [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=/jobs/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    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]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ 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]
    
    php_flag magic_quotes_sybase 0
    php_flag suhosin.cookie.encrypt Off
    php_value suhosin.request.max_vars 2048
    php_value suhosin.post.max_vars 2048
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    deny from 41.
    deny from 190.58.246.214
    deny from 196.29.219.35
    deny from 81.18.42.117

  8. #38
    מיטגליד
    באַהעפטן טאָג
    אויגוסט 2012
    אָרט
    אַטלאַנטאַ
    הודעות
    39

    Default

    היי גייז,

    בעת צרה געטינג וובעט צו אַרבעטן אויף מיין פּלאַץ mymodeltalk.com. איך צוגעגעבן אַלץ צו דער הטקאַקסעסס טעקע ווי איר זען ווייטער אָבער ווען איך דרוק אויף אַ איבערזעצונג איך באַקומען אַ 404 טעות. מיר האָבן אונדזער פאָרום אין סובדירעקטאָרי דזשאָבס. קיין געדאנקען פון וואָס איך זאָל טאָן?

    Code:
    # 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
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    
    # 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 /
    
    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=/jobs/ [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=/jobs/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    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]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ 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]
    
    php_flag magic_quotes_sybase 0
    php_flag suhosin.cookie.encrypt Off
    php_value suhosin.request.max_vars 2048
    php_value suhosin.post.max_vars 2048
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    deny from 41.
    deny from 190.58.246.214
    deny from 196.29.219.35
    deny from 81.18.42.117

  9. #39
    באַנד
    באַהעפטן טאָג
    אויגוסט 2012
    הודעות
    481

    Default

    אַרייַן עס צו הטאַקסעסס:
    Code:
    # 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 /
    RewriteEngine On
    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=/jobs/ [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=/jobs/$2 [L,QSA]
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    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]
    
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ 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]
    
    php_flag magic_quotes_sybase 0
    php_flag suhosin.cookie.encrypt Off
    php_value suhosin.request.max_vars 2048
    php_value suhosin.post.max_vars 2048
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    deny from 41.
    deny from 190.58.246.214
    deny from 196.29.219.35
    deny from 81.18.42.117
    הודעות זאָל זייַן גוט איבערזעצן און לינקס זאָל אַרבעט, אָבער די לינקס קען נישט איבערזעצן. דעמאָלט איר זאל וועלן צו באַטראַכטן אַפּדייטינג און מאכן וובסעאָ פול ינאַגריישאַן פון וובעט.
    לעצטע עדיטיד דורך Marcin Kalak; 27-08-12 בייַ 15:48.

  10. #40
    מיטגליד
    באַהעפטן טאָג
    אויגוסט 2012
    אָרט
    אַטלאַנטאַ
    הודעות
    39

    Default

    הי דאָרט, איך טאָן ניט פֿאַרשטיין וואָס איר זענט זאגן? וואָס טאָן איר מיינען דורך פול וובסעאָ ינטערגראַטיאָן מיט וובעט?
    פארוואס איז נישט עס אַרבעט איצט? איז עפּעס נישט קאַנפיגיערד רעכט? איך נאכגעגאנגען די ינסטאַלירונג ינסטראַקשאַנז.

    Quote אָריגינאַללי פּאָסטעד דורך Marcin Kalak View Post
    הודעות זאָל זייַן גוט איבערזעצן און לינקס זאָל אַרבעט, אָבער די לינקס קען נישט איבערזעצן. דעמאָלט איר זאל וועלן צו באַטראַכטן אַפּדייטינג און מאכן וובסעאָ פול ינאַגריישאַן פון וובעט.

זייַט 4 פון 6 Firstערשטער ... 23456 לעצטLast

טאַגס פֿאַר דעם פֿאָדעם

פּאָסטינג פּערמיססיאָנס

  • דו קען ניט פּאָסטן נייַ שנורן
  • דו קען ניט פּאָסטן ריפּלייז
  • דו קען ניט פּאָסטן אַטאַטשמאַנץ
  • דו קען ניט רעדאַגירן אייער הודעות
  •