Ważne: Ta strona jest za pomocą plików cookie (cookies). Za pomocą tej strony internetowej bez wyłączania plików cookie w przeglądarce, oznacza to, że użytkownik zgadza się za to.
Kup Teraz! Funkcje Pliki do pobrania

Zarabiaj z nami!

Jeśli chcieliby Państwo rozpocząć zarabianie pieniędzy z vBET dołączyć do Program partnerski.
Wyniki 1 do 9 z 9

Wątek: URL SEO nie działa.

  1. #1
    Junior Member
    Zarejestrowany
    Lipiec 2011
    Wiadomości
    20

    Question URL SEO nie działa.

    To ROCKS wtyczki ************

    Chcę jednak, aby VBSEO proszę pracy.
    Po zainstalowaniu tej wtyczki i pracy bez SEO włączona, ale chcę używać VBSEO.

    Kiedyś te reguły na górze mojej. Htaccess:

    Code:
    #
    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/ [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]
    
    ... more Vault wiki and VBSEO rules...

    Następnie pojawia się strony podzielone:
    blinc-translate-off.png

    Ale oryginalne powinny być jak:
    blinc-translate-no-seo.png


    o to moje pełne. htaccess
    Code:
    RewriteEngine On
    
    #********************************************************-#
    # Valut WIKI
    #********************************************************-#
    RewriteBase /forum/
    
    RewriteRule ^wiki.php$ showwiki.php [L,QSA]
    RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
    RewriteRule ^wiki/Wiki:(.*)$ wiki/$1 [L,R=301]
    
    RewriteRule ^wiki$ wiki/ [L,QSA,R=301]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^wiki/(.*)?$ showwiki_proxy.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/ [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]
    
    #********************************************************-#
    # 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.
    #********************************************************-#
    # 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]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteCond %{REQUEST_URI} !showwiki_proxy.php
    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]

  2. #2
    Michał Podbielski (vBET pracowniczego)
    Zarejestrowany
    Październik 2009
    Wiadomości
    3,037

    Default

    Po pierwsze - zasady ruchu dla sitemap generator przed zasad vBET.

    Po drugie - nie wiem, co się dzieje, bo nie wysyłać komunikaty o błędach - zamiast tego napisał obrazy nazwy ... Co się dzieje - jakie są komunikaty o błędach?

    Co to jest adres URL forum - jesteś pewna, że odpowiednio zmodyfikowane zasady?

  3. #3
    Junior Member
    Zarejestrowany
    Lipiec 2011
    Wiadomości
    20

    Default

    Oto z SEO włączona, takich jak:

    Code:
    RewriteEngine On
    
    RewriteBase /forum/
    
    #********************************************************-#
    # Valut WIKI
    #********************************************************-#
    
    RewriteRule ^wiki.php$ showwiki.php [L,QSA]
    RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
    RewriteRule ^wiki/Wiki:(.*)$ wiki/$1 [L,R=301]
    
    RewriteRule ^wiki$ wiki/ [L,QSA,R=301]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^wiki/(.*)?$ showwiki_proxy.php [L,QSA]
    
    
    #********************************************************-#
    # vBSEO Search Engine XML Sitemap 3.0 PL1
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #************************************************************-
    # 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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|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 %{QUERY_STRING} language=(zh-TW|zh-CN|..)
    #RewriteRule ^(.*)$ http://%{HTTP_HOST}/%1/$1? [L,R=301]
    
    #********************************************************-#
    # 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.
    #********************************************************-#
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteCond %{REQUEST_URI} !showwiki_proxy.php
    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]




    Jest to z SEO wyłączony


    tu jest moje forum:
    http://www.blincmagazine.com/forum/

  4. #4
    Junior Member
    Zarejestrowany
    Lipiec 2011
    Wiadomości
    20

    Question Ponadto związek Facebook

    Mam inny problem, który jest związany.

    Zgasiłam linki SEO, ale opuścił htaccess, to mój Wiki Vault nie pojawi się:


  5. #5
    Michał Podbielski (vBET pracowniczego)
    Zarejestrowany
    Październik 2009
    Wiadomości
    3,037

    Default

    Quote Napisał mickknutson View Post
    Oto z SEO włączona, takich jak:

    Code:
    RewriteEngine On
    
    RewriteBase /forum/
    
    #********************************************************-#
    # Valut WIKI
    #********************************************************-#
    
    RewriteRule ^wiki.php$ showwiki.php [L,QSA]
    RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
    RewriteRule ^wiki/Wiki:(.*)$ wiki/$1 [L,R=301]
    
    RewriteRule ^wiki$ wiki/ [L,QSA,R=301]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^wiki/(.*)?$ showwiki_proxy.php [L,QSA]
    
    
    #********************************************************-#
    # vBSEO Search Engine XML Sitemap 3.0 PL1
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #************************************************************-
    # 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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|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 %{QUERY_STRING} language=(zh-TW|zh-CN|..)
    #RewriteRule ^(.*)$ http://%{HTTP_HOST}/%1/$1? [L,R=301]
    
    #********************************************************-#
    # 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.
    #********************************************************-#
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteCond %{REQUEST_URI} !showwiki_proxy.php
    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]




    Jest to z SEO wyłączony


    tu jest moje forum:
    Magazyn BLiNC:: BASE jumping, skoki spadochronowe, i Paralotnie - Skoki BASE Punkt wyjścia: Wszystko co zawsze chcieliście wiedzieć o skokach BASE, Speed Latanie i Spadochroniarstwo, ale nie wiesz kogo zapytać.
    Masz problem ze stylami. Nie mogę powiedzieć, co dzieje się dokładnie bez HTML. Najprawdopodobniej nie masz zestaw "bazy", więc linki względne CSS są błędne. Proszę PM mnie wyjście html z rozbitych stronie lub dane dostępu do forum (Admin CP i FTP).

    O problem wiki - w tej chwili widzę, to działa.

  6. #6
    Junior Member
    Zarejestrowany
    Lipiec 2011
    Wiadomości
    20

    Default

    I właśnie uaktualniony do wersji beta 44 i działa htaccess na miejscu, ale nie dla Vault Wiki teraz.

    Code:
    RewriteEngine On
    RewriteBase /forum/
    
    #********************************************************-#
    # Valut WIKI
    #********************************************************-#
    
    RewriteRule ^wiki.php$ showwiki.php [L,QSA]
    RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
    RewriteRule ^wiki/Wiki:(.*)$ wiki/$1 [L,R=301]
    
    RewriteRule ^wiki$ wiki/ [L,QSA,R=301]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^wiki(.*)?$ showwiki_proxy.php [L,QSA]
    
    #********************************************************-#
    # vBSEO Search Engine XML Sitemap 3.0 PL1
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #************************************************************************--
    #RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)
    RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|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]
    
    #********************************************************-#
    # 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.
    #********************************************************-#
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteCond %{REQUEST_URI} !showwiki_proxy.php
    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]
    
    
    #********************************************************-#
    # VBLinks
    #RewriteRule '^vblinklist\.php\?do=showentry&id=(\d+)&title=(.*)&catid=(\d+)&cattitle=(.*)'=>'linkliste/$3-$4/$1-$2.html'
    #RewriteRule '^vblinklist\.php\?do=(.*)&id=(\d+)&title=(.*)&catid=(\d+)&cattitle=(.*)'=>'linkliste/$2-$3/$1-$5-$4/'
    #RewriteRule '^vblinklist\.php\?do=showcat&catid=(\d+)&cattitle=(.*)'=>'linkliste/$1-$2/'
    #RewriteRule '^vblinklist\.php'=>'linkliste/'
    Nie ma błędów, gdzie generowane.

  7. #7
    Michał Podbielski (vBET pracowniczego)
    Zarejestrowany
    Październik 2009
    Wiadomości
    3,037

    Default

    Witam. Zapłaciłeś za usługę integracji, ale w PM napisałeś, że potrzebujesz instalacji. Cena jest taka sama-więc proszę potwierdzić-czy opłaca się na integrację ze skarbcem Wiki czy za instalację vBET? Jeśli do integracji-to rozwiążmy wszystkie problemy na Twoim forum. Jeśli do instalacji-to najpierw dokonaliśmy instalacji i po tym, jak będziemy pewni, że vBET jest OK będziemy dyskutować o wszystkich innych kwestiach. W tej chwili czekamy na szczegóły dostępu-zobacz po południu

  8. #8
    Junior Member
    Zarejestrowany
    Lipiec 2011
    Wiadomości
    20

    Default

    Po zainstalowaniu wtyczki, ale potrzebuję pomocy integracji jej z VBSEO, Vautl Wiki i innych aplikacji mam. Wysłałem PM.

  9. #9
    Michał Podbielski (vBET pracowniczego)
    Zarejestrowany
    Październik 2009
    Wiadomości
    3,037

    Default

    Idąc tam teraz.

Tagi dla tego tematu

Uprawnienia

  • Państwo nie może wysyłać nowe wątki
  • Państwo nie może odpowiedzi po
  • Państwo nie może załączników postu
  • Państwo nie może edytować swoich postów
  •