Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: .htaccess issues

  1. #1

    Default .htaccess issues

    I am running vBulletin 4.1 with vbseo 3.5.2.

    I purchase VBT today.

    Below is my .htaccess file which is working... www dot satelliteguys dot us / htaccess.txt (I can't upload my txt file says there is a permissions error on your server and I can't post urls until I post 15 times.)

    I have been unable to get the suggested vbt to work correctly, when I insert it I get an error that says The page isn't redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete. When I try going to my homepage.

    Can you please let me know the correct .htaccess so I can get this working? Thanks!
    Last edited by scottct1; 03-12-10 at 04:23.

  2. #2

    Default

    I ordered the installation service last night. I will let the pro figure it out as I am sure its something simple.

  3. #3
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Thats right.
    I apologize for our late.

    Please send to me by PM your admincp , FTP and vBSEO details.

    Now we have a weekend. we'll do it on Monday. Is it right for you? I apologize for the delay.
    Last edited by kamilkurczak; 03-12-10 at 20:00.

  4. #4

    Default

    PM sent.

    Thanks!

  5. #5
    MichaƂ Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    This weekend Kamil has free. He will be able to solve it and answer you Monday. Hope this is OK

  6. #6
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Because I can't edit your .htaccess file - please replace your .htaccess file with this:
    Code:
    DirectoryIndex    cmps_index.php index.php cmps_index.php index.html index.htm
    
    # 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\.satelliteguys\.us
    RewriteRule (.*) http://www.satelliteguys.us/$1 [L,R=301]               
    
    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|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]
    
    #************************************************************************--
    #RULES for pages outside forum directory handled by vBulletin
    
    #Those rules have to be in domain main folder
    #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]
    
    #This rule must be in each directory which have to be supported (without forum directory itself)
    #RewriteCond %{QUERY_STRING} !vbet_outside=true
    #RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]
    
    
    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]
    
    RewriteCond %{HTTP_HOST} ^www.satelliteguys.us$

  7. #7
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Done.
    -I edited your vbSEO files (integration with vBET)
    -I edited your .htaccess (now you have a good rules)
    -I have set the necessary options in admincp-vBET and admincp->general settings
    -I tested your site and everything (translation forum and links) works good.

    Can you test it?
    if something does not agree please write here.
    If everything is ok Thanks for your cooperation and good luck

  8. #8

    Default

    I am having a few issues...

    1) If I click on German it translates to German fine. However If I want to go back to English and click the english flag to go back to English and it remains German.

    Instead of taking me to satelliteguys.us/en it just takes me back to satelliteguys.us

    2) My homepage is cmps_index.php but for some reason it is not loading up like it use to instead index.php is loading. To fix this temporarly I have copies my cmps_index.php to index.php.

    3) One of my users reported the following issue... "The first unread post feature seems to be broken. I am going to the first post of threads, instead of new posts."

    Please advise.

  9. #9

    Default

    More issues...

    Going into the AdminCP then to VBT Tools then to Opaque Ignored words I get the following error message.

    Warning: require_once([path]/admincp/vbenterprisetranslator_ignoredwords.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/misc.php(2067) : eval()'d code on line 4

    Fatal error: require_once() [function.require]: Failed opening required '/usr/home/satellit/public_html/admincp/vbenterprisetranslator_ignoredwords.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /usr/home/satellit/public_html/admincp/misc.php(2067) : eval()'d code on line 4

    And this from the cache cleaner...

    Warning: require_once([path]/admincp/vbenterprisetranslator_cachecleaner.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/misc.php(2067) : eval()'d code on line 9

    Fatal error: require_once() [function.require]: Failed opening required '/usr/home/satellit/public_html/admincp/vbenterprisetranslator_cachecleaner.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /usr/home/satellit/public_html/admincp/misc.php(2067) : eval()'d code on line 9

  10. #10
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    1) satelliteguys.us/ is good. why not with "/en"? because english is your main forum language and when you click on english flag you have a url to the orginal forum.
    Where you see german? if I click on german I have a german translation. If I click on english - I have an english.

    If you want to have a faster forum:
    You can disable some translations at the begging - when cache will be filled you can add new ones from time to time. Starting with all 52 translations means 52 times more content for users and roots. Some forums can easily handle this, for some it is better to start with few translations.
    To do it: go to admincp->vBET->Flags

    2) is it work now?
    3)Now I have a free time. I will fix it tomorrow. If it is Ok for you.

Page 1 of 3 123 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •