Důležitý: Tato stránka používá cookies, (cookies). Používání této webové stránky bez nutnosti vypnout soubory cookie v prohlížeči, znamená to, že souhlasíte s tím, pro jeho použití.
Kup teď! Funkce Soubory ke stažení

Vydělávejte s námi!

Pokud chcete začít vydělávat peníze s BB spojení Partnerský Program.
Výsledky 1 na 9 z 9

Závit: SEO URL nefunguje.

  1. #1
    Nováček
    Datum registrace
    07. 2011
    Příspěvky
    20

    Question SEO URL nefunguje.

    Tento plugin ROCKS ************

    Ale já se chci dostat VBSEO práci, prosím.
    Nainstaloval jsem tento plugin a pracovat bez SEO povoleno, ale chci použít VBSEO.

    Použil jsem tato pravidla na vrcholu své 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...

    Pak jsem se na stránky rozděleny:
    blinc-translate-off.png

    Ale originál by měl vypadat:
    blinc-translate-no-seo.png


    Zde je můj plný. 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 zaměstnanců) vBET's Avatar
    Datum registrace
    10. 2009
    Příspěvky
    3,037

    Default

    První - pravidla pohybu generátoru před Mapa pravidla vBET.

    Za druhé - já nevím, co se děje, protože jste si posílat chybové zprávy - namísto toho jste napsal snímky jména ... Co se děje - Co jsou chybové zprávy?

    Jaká je vaše forum URL - Jste si jisti, že vhodně upravených pravidel?

  3. #3
    Nováček
    Datum registrace
    07. 2011
    Příspěvky
    20

    Default

    Zde je na SEO povolena jako:

    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]




    To je na SEO vypnuto


    Tady je moje forum:
    http://www.blincmagazine.com/forum/

  4. #4
    Nováček
    Datum registrace
    07. 2011
    Příspěvky
    20

    Question Facebook link navíc

    Mám jiný problém, který souvisí.

    Vypnul jsem SEO odkazy, ale opustil htaccess, pak můj Vault Wiki neobjeví:


  5. #5
    Michał Podbielski (vBET zaměstnanců) vBET's Avatar
    Datum registrace
    10. 2009
    Příspěvky
    3,037

    Default

    Quote Původně odeslal mickknutson View Post
    Zde je na SEO povolena jako:

    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]




    To je na SEO vypnuto


    Tady je moje forum:
    BLiNC Magazine:: BASE jumping, parašutismus a paragliding - BASE jumping Exit Point: Všechno, co jste kdy chtěli vědět o BASE jumping, rychlost létání a parašutismu, ale nevěděl, koho se zeptat.
    Máte problém se styly. Nemůžu říct, co se děje přesně to, bez html výstupu. S největší pravděpodobností nemáte nastaven "základní", takže relativní CSS odkazy jsou špatně. Prosím PM mě html výstupu z rozbité stránky nebo přístupové údaje k vašemu forum (Admin CP a FTP).

    O vašem Wiki problém - v tuto chvíli vidím, že funguje.

  6. #6
    Nováček
    Datum registrace
    07. 2011
    Příspěvky
    20

    Default

    Jen jsem upgrade na beta 44 a htaccess funguje pro web, ale ne pro Vault Wiki nyní.

    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/'
    Nejsou žádné chyby tam, kde generovány buď.

  7. #7
    Michał Podbielski (vBET zaměstnanců) vBET's Avatar
    Datum registrace
    10. 2009
    Příspěvky
    3,037

    Default


  8. #8
    Nováček
    Datum registrace
    07. 2011
    Příspěvky
    20

    Default

    Nainstaloval jsem plugin, ale potřebuji pomoci s integrací tohoto VBSEO, Vautl Wiki a další aplikace, co mám. Poslal jsem PM.

  9. #9
    Michał Podbielski (vBET zaměstnanců) vBET's Avatar
    Datum registrace
    10. 2009
    Příspěvky
    3,037

    Default

    Chystáte se tam teď.

Klíčová slova pro tuto téma

Přispívání

  • Vy není zakládat nová témata
  • Vy není vkládat nové příspěvky
  • Vy není přikládat
  • Vy není upravovat své příspěvky
  •