สำคัญ: หน้านี้จะใช้คุกกี้ (cookies). การใช้เว็บไซต์นี้โดยไม่ต้องปิดคุกกี้ในเบราว์เซอร์หมายความว่าคุณยอมรับในการใช้มัน
Buy Now! คุณสมบัติ ดาวน์โหลด

สร้างรายได้กับเรา!

ถ้าคุณต้องการเริ่มต้นหาเงิน ด้วยการเข้าร่วมสนับสนุนการ โปรแกรมพันธมิตร
หน้า 1 จาก 2 12 ครั้งสุดท้ายLast
ผล 1 เพื่อให้ 10 จาก 32

กระทู้ : URL ธงไม่ถูกต้อง

ดูไฮบริด

โพสต์ก่อนหน้านี้ Previous Post   Next Post โพสต์ถัดไป
  1. #1
    สมาชิกอาวุโส
    วันที่สมัคร
    กุมภาพันธ์ 2011
    โพสต์
    138

    Default URL ธงไม่ถูกต้อง

    ถ้าฉันเข้า
    PHP Code:
    www.xxxxxx.com/forum/de
    ด้วยตนเองลงในแถบที่อยู่ของเบราว์เซอร์และกดทั้งหมดเป็นสิ่งที่ดี แต่เมื่อฉันเปิดใช้งานธงเยอรมันและกดว่ามัน btries เพื่อเปิด
    PHP Code:
    www.xxxxxx.com/de/forum
    ความคิดใด?
    แก้ไขล่าสุดโดย norku; 05-04-11 ที่ 17:21.

  2. #2
    vBulletin องค์กรนักแปล (vBET) พนักงาน
    วันที่สมัคร
    พฤษภาคม 2010
    โพสต์
    1,000

    Default

    ผมมีคำถามบางอย่างกับคุณ :
    1 เหตุผลที่คุณจะทำให้การเปลี่ยนแปลงนี้สำหรับการแจ้งปัญหา? อธิบายไว้ที่นี่ :
    http://www.vbenterprisetranslator.co....html # post7479
    2 ถ้าคุณให้ htaccess. ใน / ฟอรั่ม จะไม่ดีหรือไม่?
    3 คุณมีการเชื่อมโยงนี้เพราะขณะนี้ในเมื่อ htaccess คุณมีสองกลุ่มของกฎ vBET.
    -- การแปลหน้าหลัก
    -- การแปลฟอรั่ม

    บางทีเราสามารถทำให้ทั้งสอง. ไฟล์ htaccess? อย่างใดอย่างหนึ่งเช่นเดียวเดิมของคุณและที่สองใน / ฟอรั่ม โฟลเดอร์?

    คุณสามารถลอง
    . ครั้งแรก htaccess (เก่า) อยู่นอกโฟลเดอร์ฟอรั่ม :
    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} !^www\.hj-research\.com
    RewriteCond %{HTTP_HOST} !(^www\.hj-research\.com$|^cdn\.hj-research\.com$)
    RewriteRule (.*) http://www.hj-research.com/$1 [R=301,L]
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forum/$1 [L,R=301]
    
    RewriteRule ^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #vbet translator rules start
    #vbet outside site
    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)/$ index.php?language=$1&vbet_outside=true [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)/(.*)?$ $2?language=$1&vbet_outside=true [L,QSA]
    
    RewriteCond %{QUERY_STRING} !vbet_outside=true
    RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]
    
    
    
    #vbet translator rules end
    
    
    RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(media|admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbseo.php [L,QSA]
    
    ## Expires
    <ifModule mod_expires.c>
    	ExpiresActive On
    	ExpiresDefault "access plus 1 seconds"
    	ExpiresByType text/html "access plus 1 seconds"
    	ExpiresByType image/gif "access plus 3456000 seconds"
    	ExpiresByType image/jpeg "access plus 3456000 seconds"
    	ExpiresByType image/png "access plus 3456000 seconds"
    	ExpiresByType text/css "access plus 3456000 seconds"
    	ExpiresByType text/javascript "access plus 3456000 seconds"
    	ExpiresByType application/javascript "access plus 3456000 seconds"
    	ExpiresByType application/x-javascript "access plus 3456000 seconds"
    </ifModule>
    
    ## Compression
    <ifmodule mod_headers.c>
    	<ifmodule mod_deflate.c>
    		AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
    		BrowserMatch ^Mozilla/4 gzip-only-text/html
    		BrowserMatch ^Mozilla/4\.0[678] no-gzip
    		BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    	</ifmodule>
    </ifmodule>
    
    #Remove index.php from hj-research.com/index.php
    #rewrite engine on 
    RewriteCond %{THE_REQUEST} index\.php
    RewriteCond %{QUERY_STRING} ^$
    RewriteRule ^index\.php$ / [L,R=301]
    และที่สองใน / ฟอรั่ม โฟลเดอร์ (กฎแปลเท่านั้น):
    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 ^/?(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=/ [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=/$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 translator rules end
    คุณสามารถทดสอบได้หรือไม่ ฉันรอข้อสรุป หากยังไม่ -- Delete. htaccess จากโฟลเดอร์ฟอรั่ม / และ.htaccess เก่าแทนนี้ (เนื่องจาก ด้วย htaccess นี้ เอ้อทำงานเหมาะสำหรับเวทีและไม่งานหน้าหลัก):
    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} !^www\.hj-research\.com
    RewriteCond %{HTTP_HOST} !(^www\.hj-research\.com$|^cdn\.hj-research\.com$)
    RewriteRule (.*) http://www.hj-research.com/$1 [R=301,L]
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forum/$1 [L,R=301]
    
    RewriteRule ^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #vbet translator rules start
    
    RewriteRule ^forum/?(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)/$ forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^forum/?(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)/(.*)?$ forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^forum/((archive/)?(.*.php(/.*)?))$ forum/vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbenterprisetranslator_seo.php [L,QSA]
    
    #vbet translator rules end
    
    
    RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(media|admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbseo.php [L,QSA]
    
    ## Expires
    <ifModule mod_expires.c>
    	ExpiresActive On
    	ExpiresDefault "access plus 1 seconds"
    	ExpiresByType text/html "access plus 1 seconds"
    	ExpiresByType image/gif "access plus 3456000 seconds"
    	ExpiresByType image/jpeg "access plus 3456000 seconds"
    	ExpiresByType image/png "access plus 3456000 seconds"
    	ExpiresByType text/css "access plus 3456000 seconds"
    	ExpiresByType text/javascript "access plus 3456000 seconds"
    	ExpiresByType application/javascript "access plus 3456000 seconds"
    	ExpiresByType application/x-javascript "access plus 3456000 seconds"
    </ifModule>
    
    ## Compression
    <ifmodule mod_headers.c>
    	<ifmodule mod_deflate.c>
    		AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
    		BrowserMatch ^Mozilla/4 gzip-only-text/html
    		BrowserMatch ^Mozilla/4\.0[678] no-gzip
    		BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    	</ifmodule>
    </ifmodule>
    
    #Remove index.php from hj-research.com/index.php
    #rewrite engine on 
    RewriteCond %{THE_REQUEST} index\.php
    RewriteCond %{QUERY_STRING} ^$
    RewriteRule ^index\.php$ / [L,R=301]

  3. #3
    สมาชิกอาวุโส
    วันที่สมัคร
    กุมภาพันธ์ 2011
    โพสต์
    138

    Default

    Hi,

    ฉันจะมองเข้าไปในตอนนี้ ขอบคุณ คุณสามารถอธิบายสิ่งเหล่านี้ htaccess ไฟล์ทำอย่างไร
    แก้ไขล่าสุดโดย norku; 10-03-11 ที่ 11:05.

  4. #4
    vBulletin องค์กรนักแปล (vBET) พนักงาน
    วันที่สมัคร
    พฤษภาคม 2010
    โพสต์
    1,000

    Default

    โปรดตรวจสอบ PM

    คุณทำเลว. htaccess
    คุณวางกฎ vBET เมื่อจุดสิ้นสุดของแฟ้ม! ที่ดี -- โปรด htaccess ไฟล์ที่ต้องการจากการโพสต์ previoust ของฉัน

  5. #5
    สมาชิกอาวุโส
    วันที่สมัคร
    กุมภาพันธ์ 2011
    โพสต์
    138

    Default

    ฉันไม่ได้ ผมลบพวกเขา ผมได้อัพโหลดตอนนี้ htaccess ของคุณจากการโพสต์ข้างต้นและข้อผิดพลาดของเซิร์ฟเวอร์จะถูกแก้ไขในขณะนี้ มีปัญหากับ sitemaps ที่ผมสังเกตเห็นก่อนหน้านี้ พวกเขาไม่สามารถพบได้โดย google

  6. #6
    vBulletin องค์กรนักแปล (vBET) พนักงาน
    วันที่สมัคร
    พฤษภาคม 2010
    โพสต์
    1,000

    Default

    กรุณาถ้าคุณสามารถ -- คำตอบเกี่ยวกับคำถามของฉันหนึ่งโดยหนึ่ง -- จะง่ายต่อการหาทางออกที่ดีที่สุด
    http://www.vbenterprisetranslator.co....html # post7535

  7. #7
    สมาชิกอาวุโส
    วันที่สมัคร
    กุมภาพันธ์ 2011
    โพสต์
    138

    Default

    ขอบคุณ ฉันได้ปิดการใช้งาน'เก็บอักขระที่ไม่ใช่ภาษาอังกฤษใน URL'ตอนนี้และจะดำเนินการตามขั้นตอนที่คุณกล่าวถึงสำหรับแผนผังเว็บไซต์ ฉันจะให้คุณรู้ว่ามันไป

    รอคอยที่จะได้ยินจากคุณในภายหลัง

  8. #8
    สมาชิกอาวุโส
    วันที่สมัคร
    กุมภาพันธ์ 2011
    โพสต์
    138

    Default

    Ah, okay ใช่ครับผมคัดลอกมาจากวิกิพีเดียในส่วนของฝรั่งเศสและวางมัน

    แต่เมื่อฉันเลือกภาษาฟอรั่มของฉันเป็นภาษาเยอรมันและโพสต์แล้วในเยอรมันตัวอักษรที่ยังคงแสดงเป็นตัวเลข HTML เมื่อแก้ไขโพสต์ที่หรือคลิกที่ลูกศรในการโพสต์แปล ....?

  9. #9
    vBulletin องค์กรนักแปล (vBET) พนักงาน
    วันที่สมัคร
    พฤษภาคม 2010
    โพสต์
    1,000

    Default

    ใช่คุณมีสิทธิ์ มองไปที่สองโพสต์ของฉัน -- หนึ่ง fisrt ทำจากหน้าไม่ได้แปล (ภาษาอังกฤษ) -- ปัญหาที่เกิดขึ้นเมื่อคุณต้องการแก้ไขมันไม่มี

    ที่สองคือทำจากการแปลหน้า (โปแลนด์) และนี่คือปัญหา -- ตัวอักษรที่มีรหัส ASCII ภายใต้ 256 -- การเข้ารหัสผิด -- ฉันรายงานข้อผิดพลาดที่จะ vBulletin นี้และผมจะพยายามที่จะแก้ไขให้

  10. #10
    vBulletin องค์กรนักแปล (vBET) พนักงาน
    วันที่สมัคร
    พฤษภาคม 2010
    โพสต์
    1,000

    Default

    ฉันทำงานกับมันด้วยทีมซิ่ง :
    ปัญหาฟอรั่ม ASCII ตัวอักษร

    ตอนนี้เรามีวันหยุดสุดสัปดาห์ ถ้ามัน ok สำหรับคุณเราสามารถเริ่มต้นหัวข้อนี้หลังจากที่วันหยุดสุดสัปดาห์?

    ในช่วงวันหยุดผมจะทำงานกับทีมงาน Discuz!
    แก้ไขล่าสุดโดย kamilkurczak; 11-03-11 ที่ 13:25.

แท็กสำหรับกระทู้นี้

กฎการส่งข้อความ

  • คุณ อาจจะไม่ ตั้งกระทู้ใหม่
  • คุณ อาจจะไม่ ตอบกระทู้
  • คุณ อาจจะไม่ โพสต์สิ่งที่แนบมา
  • คุณ อาจจะไม่ แก้ไขข้อความของคุณ
  •