vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 10 of 10

Redirection problem!

This is a discussion on Redirection problem! within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I am using vbseo2.4.0 and vb3.5.0 . I am having problem in redirection to external pages. 1. The problem is ...

  1. #1
    Junior Member
    Join Date
    Nov 2005
    Posts
    24

    Redirection problem!

    I am using vbseo2.4.0 and vb3.5.0 . I am having problem in redirection to external pages.

    1. The problem is that some servers do accept the redirection n some don't.

    the redirect apears like this
    Code:
    http://www.domain.com/forums/redirect-to/?redirect=http%3A%2F%2Fsome.domain.com/some.html
    
    I tried to disable the external url redirect and add those servers which gave error to white list. But it does not work either.

    2. Also i noticed another thing, once a thread is created and later on the thread title is changed the thread becomes inaccessable..but when the old url(of the same thread) is accessable. Is the problem just mine?

    3. I have got private forums and i wanted them to be indexed by google n yahoo. I happend to see a plugin in vb.org which enables the bots(yahoo&google) to act like registered users so that they can access the private forum and index those pages. Will this lead to cloaking(as guest can't access that page)? What do u guys think abt such a feature? Do u recommend installing that plugin?

    4. I have got vBa and vbshout runing in the homepage(vba page). I need to redirect the following in the vbshout(just the root).
    the images and members r linked as
    http://www.domain.com/images/.... & http://www.domain.com/members.php?u=xxx
    It should have been http://www.domain.com/forums/... (both the cases)

    i have asked the question in the original hack thread n didn't get a response. Is it possible to redirect just these two instances in the root?

    Thanx in advance.. i know these r small bugs, but kindly respond.
    Last edited by poprulz; 03-03-2006 at 09:20 AM.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,527

    Re: Redirection problem!

    Hello,

    I tried to disable the external url redirect and add those servers which gave error to white list. But it does not work either.
    Do you mean that you see redirect-type of URLs even when you disable the redirection in vbseocp? (whitelisting domains changes the rel=nofollow feature, not redirects)

    Also i noticed another thing, once a thread is created and later on the thread title is changed the thread becomes inaccessable..but when the old url(of the same thread) is accessable. Is the problem just mine?
    This should not be the case, could you please give me an example in PM? Thanks!
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation

    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  3. #3
    Junior Member
    Join Date
    Nov 2005
    Posts
    24

    Re: Redirection problem!

    so wot is causing the redirect-to?redirect=externalurl feature?

    When i disable the vbseo plugin...i don't see the redirect anymore.

    Will send u a pm with the links. thanx!

    N could u please tell me a solution for 3rd n 4th problem too?
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,527

    Re: Redirection problem!

    so wot is causing the redirect-to?redirect=externalurl feature?
    Do you have disabled "Redirect ALL External URLs Posted in Private Forums" feature in vbseocp?
    N could u please tell me a solution for 3rd n 4th problem too?
    3. My personal opinion is not to do so to be on the safe side
    4. Perhaps you should modify vBShout templates to include full path in urls to allow using it in folders other than forums root
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation

    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  5. #5
    Junior Member
    Join Date
    Nov 2005
    Posts
    24

    Re: Redirection problem!

    yes..it is enabled.

    The problem seesm to be with only 1 site...filefront!

    So i should disable it to get the linkw work. Is ther any way just to disable redirect to particular site?

    3. So thr is now way i could make my private forums indexed. I think that should be done in some way and it will help many. IPB got the same feature where google n yahoo slup bots r considered as registered users.

    4. I had a look and the vba just borrows the forum vbshouts. I was thinking we could use a redirect in the root page just for that.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,527

    Re: Redirection problem!

    Hi,
    The problem seesm to be with only 1 site...filefront!
    please let me know an example URL that is not working.

    3. So thr is now way i could make my private forums indexed. I think that should be done in some way and it will help many. IPB got the same feature where google n yahoo slup bots r considered as registered users.
    You can still decide to use this feature, that was just my point of view.

    4. I had a look and the vba just borrows the forum vbshouts. I was thinking we could use a redirect in the root page just for that.
    Yes, you can try the following in the root .htaccess:
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(images/.+)$ forums/$1 [L,R=301]

    RewriteRule ^(member\.php)$ forums/$1?%{QUERY_STRING} [L,R=301]
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation

    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  7. #7
    Junior Member
    Join Date
    Nov 2005
    Posts
    24

    Re: Redirection problem!

    thanx Oleg

    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(images/.+)$ forums/$1 [L,R=301]

    RewriteRule ^(member\.php)$ forums/$1?%{QUERY_STRING} [L,R=301]
    This doesn't seem to work either with image or member.php

    its still poiting to the links without "forums" ..anything wrong?
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,527

    Re: Redirection problem!

    Hi,

    please PM me some example URLs
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation

    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  9. #9
    Junior Member
    Join Date
    Nov 2005
    Posts
    24

    Re: Redirection problem!

    I have got a doubt here,

    The sitemap generator includes the private forum thread n post urls?

    Pm sent regarding redirection.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,527

    Re: Redirection problem!

    Followed up via PM.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation

    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

Similar Threads

  1. Problem mit dem LogIn
    By smartie in forum Deutsch
    Replies: 5
    Last Post: 05-04-2006, 09:40 PM
  2. Problem with Colors Forum Tiles
    By rayzor in forum Pre-Sales Questions
    Replies: 2
    Last Post: 04-03-2006, 03:20 AM
  3. Problem with multiples servers...
    By psico in forum Troubleshooting
    Replies: 3
    Last Post: 11-26-2005, 12:16 PM
  4. Archive problem
    By emin in forum Troubleshooting
    Replies: 2
    Last Post: 11-14-2005, 05:36 PM
  5. Daystats-Hack problem with RC6
    By Silmarillion in forum Bug Reporting
    Replies: 4
    Last Post: 08-26-2005, 12:47 AM