Results 1 to 10 of 10

Subdomains never ending loading

This is a discussion on Subdomains never ending loading within the General Discussion forums, part of the vBulletin SEO Discussion category; Hello I'm running vBulletin 4.0.6 and vBSEO 3.5.1 PL1 and i've 3 sections: cms, forum, blog. This is what i ...

  1. #1
    Junior Member
    Real Name
    Dave
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0 times

    Subdomains never ending loading

    Hello

    I'm running vBulletin 4.0.6 and vBSEO 3.5.1 PL1 and i've 3 sections: cms, forum, blog. This is what i wanna do.

    vBulletin and vBSEO are installed both on forum.domain.tld. I made news.domain.tld and blog.domain.tld pointing to the folder forum.domain.tld. In fact when i click on news/blog.domain.tld the browser redirect me and change the URL to forum.domain.tld.

    Let's start with blog

    Admin > vBSEO > Control Panel > URL Rewrite Settings > Blog URLs > Define Custom Blog Domain?

    YES -> http://blog.domain.tld/
    Blogs Home -> Custom -> Empty

    Now when i visit http://blog.domain.tld the page starts a never ending loading. This is what i can see in the left corner on the bottom in firefox.
    Waiting forum.domain.tld
    Connected forum.domain.tld
    Waiting forum.domain.tld
    Connected forum.domain.tld
    Waiting forum.domain.tld
    Connected forum.domain.tld
    What's the problem?

  2. #2
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by Kian View Post
    Hello

    I'm running vBulletin 4.0.6 and vBSEO 3.5.1 PL1 and i've 3 sections: cms, forum, blog. This is what i wanna do.

    vBulletin and vBSEO are installed both on forum.domain.tld. I made news.domain.tld and blog.domain.tld pointing to the folder forum.domain.tld. In fact when i click on news/blog.domain.tld the browser redirect me and change the URL to forum.domain.tld.

    Let's start with blog

    Admin > vBSEO > Control Panel > URL Rewrite Settings > Blog URLs > Define Custom Blog Domain?

    YES -> http://blog.domain.tld/
    Blogs Home -> Custom -> Empty

    Now when i visit http://blog.domain.tld the page starts a never ending loading. This is what i can see in the left corner on the bottom in firefox.


    What's the problem?

    Can you paste the contents of your .htaccess file I believe that mad be the cause...

    Thank you

    Ceri

  3. #3
    Junior Member
    Real Name
    Dave
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0 times
    Thank you for reply. This is my .htaccess file in forum root

    # 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\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    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]

  4. #4
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    I was wrong it isn't anything to do with the .htaccess... Are you sure you have setup the subdomains to point to the correct directory and you haven't set them to redirect?

    If so can you see if it works with vBSEO disabled?

    Ceri

  5. #5
    Junior Member
    Real Name
    Dave
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0 times
    vBSEO disabled. When i visit http://news.domain.tld i'm redirected to http://forum.domain.tld in the CMS

  6. #6
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    In that case it indicates to me that it is not a vBSEO problem but that you have the subdomains setup as redirects instead of parking them.

    I would suggest at looking though your subdomain configuration.

  7. #7
    Junior Member
    Real Name
    Dave
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0 times
    Ok. I can't manage directly subdomains DNS. I can only create aliases and physical subdomains with folder, FTP etc. I have to ask to my host provider. Can you please tell me what i have to ask him since it's the 3 time that open a ticket about it?

  8. #8
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    They need to create a physical subdomain pointing to the same folder as your forum. subdomain.

    Ceri

  9. #9
    Junior Member
    Real Name
    Dave
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0 times
    So basically for example if i add a txt file named clock.txt in forum subdomain i sould be able to open it with the following links:

    Is it right?

  10. #10
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by Kian View Post
    So basically for example if i add a txt file named clock.txt in forum subdomain i sould be able to open it with the following links:

    Is it right?
    That is correct yes, and it should do so without any redirects.

    Ceri

Similar Threads

  1. Usernames starting and ending with hyphens
    By jola in forum Bug Reporting
    Replies: 3
    Last Post: 04-02-2009, 02:10 PM
  2. Two of my users profiles ending with a trailing /a/
    By MadK in forum Troubleshooting
    Replies: 13
    Last Post: 07-24-2008, 07:34 PM
  3. Problem wit Threadtitles ending on Numbers
    By porschinho in forum Bug Reporting
    Replies: 1
    Last Post: 10-05-2005, 09:54 AM

Posting Permissions

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