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.
Results 1 to 10 of 10

Thread: VB4.0.3 CMS Loop

  1. #1
    Banned
    Join Date
    May 2010
    Posts
    4

    Default VB4.0.3 CMS Loop

    When logged out only, trying to enter the CMS content using default vb mod_rewrite sends browsers into a loop, with the following error:

    The web page at (won't allow me to post URL in the message) has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
    Tested this across Chrome, FF and IE8, same result on all, only the CMS and only when logged out.

    As you could imagine, this is sending search engines into a little bit of an issue trying to spider in different languages. Forum and Blog when logged out are perfect.

    Me or a bug?
    Last edited by Anthony Parsons; 12-05-10 at 06:23.

  2. #2

    Default

    Text automatically translated from: Portuguese to: English
    Translated text
    This also happens to me. The solution was to review my SEO settings (rewrite)

    [] S!
    Original text

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

    Default

    Please give me your full .htaccess file and also URL to page where I can see it.

  4. #4
    Banned
    Join Date
    May 2010
    Posts
    4

    Default

    Thanks vBet... URL contained below.

    Code:
    RewriteEngine on
    
    RewriteCond %{HTTP_HOST} ^ptsdforum\.org
    RewriteRule ^(.*)$ http://www.ptsdforum.org/$1 [R=permanent,L]
    
    RewriteCond %{HTTP_HOST} ^.*$
    RewriteRule ^404\.shtml$ "http\:\/\/www\.ptsdforum\.org" [R=301,L]
    
    #RULES for SEO translation links without any SEO engine (on raw vBulletin links)
    #If you are using vB 'Mod Rewrite Friendly URLs' then put those rules JUST BEFORE vB rules
    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)/archive/index.php/(.*)?$ archive/index.php?/$2&language=$1 [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)/$ index.php?language=$1 [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 [QSA]
    
    #vBulletin Standard Rules
    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    
    RewriteRule ^.*$ - [NC,L]
    
    # Forum
    RewriteRule ^threads/.* showthread.php [QSA]
    RewriteRule ^forums/.* forumdisplay.php [QSA]
    RewriteRule ^members/.* member.php [QSA]
    RewriteRule ^blogs/.* blog.php [QSA]
    ReWriteRule ^entries/.* entry.php [QSA]
    
    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    
    RewriteRule ^.*$ - [NC,L]
    
    # MVC
    RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

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

    Default

    Please see PM

  6. #6

    Default

    Text automatically translated from: Portuguese to: English
    Translated text
    Michał, you changed the htaccess? Could you share the modified htaccess?
    Original text

  7. #7
    Banned
    Join Date
    May 2010
    Posts
    4

    Default

    He hasn't yet done so...

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

    Default

    Quote Originally Posted by Anthony Parsons View Post
    He hasn't yet done so...
    We found possible license violation on your forum and suspend support for your license till issue will be solved. You got PM about that and post here with information to look into PM.

  9. #9

    Default

    Text automatically translated from: Portuguese to: English
    Translated text
    Michal, you've got my htaccess?
    Original text

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

    Default

    I will go to PM in a moment.

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
  •