Page 1 of 2 1 2 LastLast
Results 1 to 15 of 24

"The page isn't redirecting properly" after fresh install

This is a discussion on "The page isn't redirecting properly" after fresh install within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm getting "The page isn't redirecting properly" with firefox if I go to homepage at site.com after fresh vb publishing ...

  1. #1
    Junior Member
    Real Name
    jaanus kaljuvee
    Join Date
    Dec 2008
    Posts
    29
    Liked
    0 times

    "The page isn't redirecting properly" after fresh install

    I'm getting "The page isn't redirecting properly" with firefox if I go to homepage at site.com after fresh vb publishing suite 4.18 and vbseo 3.6 install. vbseo is licensed for forums.site.com and that subdomain is pointing to the same directory as site.com where vb and vbseo are installed. SEO friendly urls are disabled (standard) in vb options. The error disappeared when going to advanced mode in CMS URL's options and setting CMS home to custom, but leaving it blank, however the error is still there when trying to submit a new article for the CMS for example.

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Make sure your htaccess file is in the proper location.
    You may also need to adjust the HomePage options panel to match your set up.

  3. #3
    Junior Member
    Real Name
    jaanus kaljuvee
    Join Date
    Dec 2008
    Posts
    29
    Liked
    0 times
    I tried with .htaccess in the root folder and without it. I tried uncommenting as well as commenting out the lines

    RewriteBase /

    RewriteCond %{HTTP_HOST} !^forums\.domain\.com
    RewriteRule (.*) http://forums.domian.com$1 [L,R=301]

    I also tried

    RewriteCond %{HTTP_HOST} !^domain\.com
    RewriteRule (.*) http://domian.com$1 [L,R=301]

    Changing CMS Home to content.php helps, but I don't really want to use "php" in friendly urls, that is the whole point in setting up vbseo.

    It seems as if vb tries to redirect to site.com/content.php and vbseo to site.com and they go on indefinitely.

  4. #4
    Junior Member
    Real Name
    jaanus kaljuvee
    Join Date
    Dec 2008
    Posts
    29
    Liked
    0 times
    Alright let me put it in another way. How to configure vbulletin and vbseo after fresh install to get this setup:

    CMS home -> site.com/
    Forum home -> forums.site.com/
    Blogs home -> blogs.site.com/

    In the past I would create index.php which would then require appropriate php file based on the host (subdomain) vB4 and routing subdomains - vBulletin SEO Forums

    I guess the better solution now would be to use vbulletin stub directories such as blog/ and forums/ and point subdomains there.

  5. #5
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #6
    Junior Member
    Real Name
    jaanus kaljuvee
    Join Date
    Dec 2008
    Posts
    29
    Liked
    0 times
    Can you please elaborate on what makes the newer version so different from the older one which makes it impossble to get it to work properly. Shouldn't 3.6.0 be superior to 3.5.0 RC1?

  7. #7
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    I am sorry but i don't understand your question. 3.6.0 requires no specific configuration at all.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  8. #8
    Junior Member
    Real Name
    jaanus kaljuvee
    Join Date
    Dec 2008
    Posts
    29
    Liked
    0 times
    By following his advice I'm back to square one, I get infinite redirect loop in front page when I use anything but blank in CMS Home field of vbseocp. When I leave it blank however, the other urls for the CMS give me 404.

    Custom CMS domain in vbseo: http://domain.com/
    CMS component url in vb: http://domain.com

    .htaccess:


    Code:
    RewriteEngine On 
    
    RewriteBase / 
     
    RewriteCond %{HTTP_HOST} !^domain\.com 
    RewriteRule (.*) http://domain.com$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|api\.php) 
    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]

  9. #9
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You cannot use component urls with vbseo.
    vB4 'component urls' should not be used - vBulletin SEO Forums

  10. #10
    Junior Member
    Real Name
    jaanus kaljuvee
    Join Date
    Dec 2008
    Posts
    29
    Liked
    0 times
    I have changed all component urls to blank now. This has had no effect though, probably because I haven't even got the point where I could move vb parts out of the normal paths. I would just like to get the standard install working as it should and move on from there. I still get infinite redirect loop when I set CMS Home to /content in CMS url's and if I leave it blank (custom) I get broken links at the cms part.

  11. #11
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello,

    What are the values you have set for these settings?:

    In your Admin CP:
    CMS Component URL (should be left blank)
    Point CMS default to index.php (should be set to 'No')
    Site Tab URL (should be set to 'content.php')
    Standard URL Routing Variable (it is set to 'r' by default)
    Script Name for Forum Home Page (should be set to 'forum', with no php extension)

    In your vBSEO CP:
    Define Custom CMS Domain? (should be either left blank or set to 'http://site.com/' with trailing slash)
    CMS Home (should be set to either 'http://site.com/' or '/')

    In your index.php file:
    VB_RELATIVE_PATH (should be commented out)
    Default script (should be set to content.php)

    Please let us know.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  12. #12
    Junior Member
    Real Name
    jaanus kaljuvee
    Join Date
    Dec 2008
    Posts
    29
    Liked
    0 times
    I have made a video, starting with the apache configuration, installing vbulletin and vbseo and then demonstrating the problem.

    http://letspoker.com/troubleshooting.wmv

  13. #13
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello,

    Everything looks Ok within the video. Only two things:

    1. Does the issue get resolved if you disable MultiViews?.
    2. "CMS Home" setting can't be set to 'custom' and left blank at the same time.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  14. #14
    Junior Member
    Real Name
    jaanus kaljuvee
    Join Date
    Dec 2008
    Posts
    29
    Liked
    0 times
    Thanks Andrés,

    The infinite redirect loop is gone now when I removed MultiViews from the apache virtualhost configuration, however I get "404 Not found" when I go to http://forums.letspoker.com/ with the browser and vbseo tries to redirect to http://forums.letspoker.com/content/

    Note that I'm using the exact same configuration and installation where the video left off with the exception of removing MultiViews

  15. #15
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Please open a ticket with login details. It will be much faster to troubleshoot.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. vBulletin 3.x One thread keeps coming up with "The page isn't redirecting properly" error.
    By bulletstorm in forum Troubleshooting
    Replies: 8
    Last Post: 01-11-2011, 02:25 AM
  2. vBulletin 4.x Error: "The page isn't redirecting properly" when viewing archives page
    By Danny M in forum Troubleshooting
    Replies: 5
    Last Post: 06-01-2010, 11:39 AM
  3. "The page isn't redirecting properly."
    By hypermiler in forum Troubleshooting
    Replies: 4
    Last Post: 09-25-2008, 05:39 PM
  4. Replies: 7
    Last Post: 01-14-2008, 03:09 PM
  5. "The page isn't redirecting properly"
    By Aunt Clara in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 10-24-2006, 10:03 PM

Posting Permissions

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