初めにそれは基本的には次のようなlighttpdのvBSEO書き換えただった。 Code: $HTTP["host"] == "DOMENA" { server.document-root = "SCIEZKA DO /HTML/" url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/(.+)\?(.*)$" => "/vbseo.php?$2", "^/(.+)$" => "/vbseo.php" ) } 私はこのフォーラムを見て、書き換える現在ENTIREは次のようになります。 Code: $HTTP["host"] == "SCIEZKA DO STRONY" { server.document-root = "SCIEZKA DO /HTML/" url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^/(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=", "^/(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", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/(.+)\?(.*)$" => "/vbenterprisetranslator_seo.php?$2", "^/(.+)$" => "/vbenterprisetranslator_seo.php" ) } 明らかに動作しない - インデックスの入り口に空白ページが表示されるだけkrzaczyのポーランドforum.phpの残りの部分で動作します サポートを事前に感謝、 ユアーズ。 Na początku była to podstawowa regułka od vbseo pod lighttpd wygląda mniej więcej tak: Code: $HTTP["host"] == "DOMENA" { server.document-root = "SCIEZKA DO /HTML/" url.rewrite-once = ( "^/(sitemap.*.(xml|txt)(.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon.ico|/robots.txt|.*clear.gif)$" => "$1", "^/(.+)?(.*)$" => "/vbseo.php?$2", "^/(.+)$" => "/vbseo.php" ) } Poczytałem trochę te forum i aktualnie CAŁA regułka wygląda tak: Code: $HTTP["host"] == "SCIEZKA DO STRONY" { server.document-root = "SCIEZKA DO /HTML/" url.rewrite-once = ( "^/(sitemap.*.(xml|txt)(.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^/(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=", "^/(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", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon.ico|/robots.txt|.*clear.gif)$" => "$1", "^/(.+)?(.*)$" => "/vbenterprisetranslator_seo.php?$2", "^/(.+)$" => "/vbenterprisetranslator_seo.php" ) } Nie działa oczywiście - wyświetla blank page przy wejściu na index działa tylko forum.php w języku Polskim reszta się krzaczy Z góry dzięki za support, Pozdrawiam.
$HTTP["host"] == "DOMENA" { server.document-root = "SCIEZKA DO /HTML/" url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/(.+)\?(.*)$" => "/vbseo.php?$2", "^/(.+)$" => "/vbseo.php" ) }
$HTTP["host"] == "SCIEZKA DO STRONY" { server.document-root = "SCIEZKA DO /HTML/" url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^/(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=", "^/(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", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/(.+)\?(.*)$" => "/vbenterprisetranslator_seo.php?$2", "^/(.+)$" => "/vbenterprisetranslator_seo.php" ) }
$HTTP["host"] == "DOMENA" { server.document-root = "SCIEZKA DO /HTML/" url.rewrite-once = ( "^/(sitemap.*.(xml|txt)(.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon.ico|/robots.txt|.*clear.gif)$" => "$1", "^/(.+)?(.*)$" => "/vbseo.php?$2", "^/(.+)$" => "/vbseo.php" ) }
$HTTP["host"] == "SCIEZKA DO STRONY" { server.document-root = "SCIEZKA DO /HTML/" url.rewrite-once = ( "^/(sitemap.*.(xml|txt)(.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^/(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=", "^/(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", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon.ico|/robots.txt|.*clear.gif)$" => "$1", "^/(.+)?(.*)$" => "/vbenterprisetranslator_seo.php?$2", "^/(.+)$" => "/vbenterprisetranslator_seo.php" ) }
あなたのフォーラムへのアドレスとは何ですか? - 私はのようなので、フォーラムのアドレスでサブディレクトリを使用するかどうかを知る必要がある、そして、どのような Jaki jest adres do Twojego forum? - muszę wiedzieć czy forum używa podkatalogu w adresie, a jak tak to jakiego
こんにちは、 PMを経由して掲載 敬具
私はルールの最後に行方不明"/"ことがわかります。これを使用する: PHP Code: $HTTP["host"] == "PATH TO FORUM" { server.document-root = "PATH TO /HTML/" url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^/(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=/", "^/(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", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/(.+)\?(.*)$" => "/vbenterprisetranslator_seo.php?$2", "^/(.+)$" => "/vbenterprisetranslator_seo.php" ) } Widzę, że brakuje '/' na końcu reguł. Użyj tego: PHP Code: $HTTP["host"] == "PATH TO FORUM" {server.document-root = "PATH TO /HTML/"url.rewrite-once = ("^/(sitemap.*.(xml|txt)(.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1","^/(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=/","^/(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","^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1","^(/favicon.ico|/robots.txt|.*clear.gif)$" => "$1","^/(.+)?(.*)$" => "/vbenterprisetranslator_seo.php?$2","^/(.+)$" => "/vbenterprisetranslator_seo.php")}
$HTTP["host"] == "PATH TO FORUM" { server.document-root = "PATH TO /HTML/" url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^/(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=/", "^/(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", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/(.+)\?(.*)$" => "/vbenterprisetranslator_seo.php?$2", "^/(.+)$" => "/vbenterprisetranslator_seo.php" ) }
$HTTP["host"] == "PATH TO FORUM" {server.document-root = "PATH TO /HTML/"url.rewrite-once = ("^/(sitemap.*.(xml|txt)(.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1","^/(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=/","^/(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","^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1","^(/favicon.ico|/robots.txt|.*clear.gif)$" => "$1","^/(.+)?(.*)$" => "/vbenterprisetranslator_seo.php?$2","^/(.+)$" => "/vbenterprisetranslator_seo.php")}
残念なことに、/なしで - その動作と同じように動作しません。 多分このコードはvBSEOのルールを前に置く必要があります? Niestety, z / lub bez - nie działa, tak samo się zachowuje. Może ten kod musza poprzedzac reguły vbseo?
もともと投稿者 precylnet 残念なことに、/なしで - その動作と同じように動作しません。 多分このコードはvBSEOのルールを前に置く必要があります? Niestety, z / lub bez - nie działa, tak samo się zachowuje. Może ten kod musza poprzedzac reguły vbseo? なし - vBSEOのルールはその前にすることはできません。彼らは不要になりました - vBSEOに下vBETリダイレクトを。お願い、少しの忍耐 - przyglądnę自身、このアプローチにしてvbenterprisetransaltor_seo.phpファイルに何が起こっているのかに(それがどんなzminenychを発行することができます)。 EDIT: あなたのフォーラムが現在無効になっているので、私は完全に何が起こっているかと言うことはできません。メッセージがあるページが正しく翻訳され、PM第2のアドレスが(代わりにforum.phpは/フォーラム/でなければなりません)が間違っている私を送った - パッチも、それは翻訳で正しく動作する。あなたはそれがそれらのルールが正しいことを多分まだ問題がある、またはよろしいですか? Nie - reguły vBSEO nie mogą być przed tym. Są już w ogóle nie potrzebne - vBET przekierowuje pod spodem do vBSEO. Proszę o odrobinę cierpliwości - przyglądnę się tym regułom i temu co się dzieje w pliku vbenterprisetransaltor_seo.php (może to kwestia jakichś zminenych). EDYCJA: Obecnie Twoje forum jest wyłączone, więc nie mogę w pełni stwierdzić co się dzieje. Strona, z komunikatem tłumaczy się prawidłowo, a 2gi adres przesłany mi w PM jest nieprawidłowy (zamiast forum.php powinno być /forum/) - po poprawce również i ten działa właściwie przy tłumaczeniach. Czy na pewno jest jeszcze jakiś problem, czy może jednak te reguły są poprawne?
で最後に編集 vBET; 26-04-10 に 03:34.
こんにちは、 LPの詳細については、問題が残ります。 ユアーズ。 Witam, Nadal występuje problem, informacja na PW. Pozdrawiam.
もともと投稿者 precylnet こんにちは、 LPの詳細については、問題が残ります。 ユアーズ。 Witam, Nadal występuje problem, informacja na PW. Pozdrawiam. そこに行く。
私は正常に動作して私のテストvb3.8 フォーラムで無料版を持っているとVBSEOがインストールされているVB4.02メインフォーラムのためにこれを購入したいと思います。 私が気づいた問題点の一つは、私が現在フォーラム/ index.phpとフォーラム/ index.phpを持っているのに対し、ブランクに設定されたホームページのaliaisesが必要です? CMSは、ドメインのルートにあり、フォーラムはwww-example-com/forumディレクトリにありますように。 VBSEOを台無しにし、プラグインがそのすべてのフォーラムを介して倒れているのは非常に簡単です... なぜブランクaliaisesのですか? - あなたがここにVBSEOを使用し、ルートのポータルを持っている - あなたの設定は何ですか? 喝采 ロイ 我々がダウンロードする前に確認できるので、正確な統合手順はここですか?
もともと投稿者 roymogg 私は正常に動作して私のテストvb3.8 フォーラムで無料版を持っているとVBSEOがインストールされているVB4.02メインフォーラムのためにこれを購入したいと思います。 私が気づいた問題点の一つは、私が現在フォーラム/ index.phpとフォーラム/ index.phpを持っているのに対し、ブランクに設定されたホームページのaliaisesが必要です? CMSは、ドメインのルートにあり、フォーラムはwww-example-com/forumディレクトリにありますように。 VBSEOを台無しにし、プラグインがそのすべてのフォーラムを介して倒れているのは非常に簡単です... なぜブランクaliaisesのですか? - あなたがここにVBSEOを使用し、ルートのポータルを持っている - あなたの設定は何ですか? 喝采 ロイ 我々がダウンロードする前に確認できるので、正確な統合手順はここですか? それはいくつかのバージョンの前からです - ホームページの別名はもう空白にする必要がされることに注意してください それでも外フォーラム上の任意の場所でそのような情報が表示されている場合は - 私たちにリンクを与え、我々はそれを修正されますください。
タグクラウドを表示する
フォーラムのルール