Results 1 to 2 of 2

redirection query

This is a discussion on redirection query within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Redirect ALL External URLs Posted in Private Forums Enable this option to redirect all external links posted in private forums ...

  1. #1
    Member
    Real Name
    Vitrag
    Join Date
    Jun 2008
    Posts
    53
    Liked
    0 times

    redirection query

    Redirect ALL External URLs Posted in Private Forums
    Enable this option to redirect all external links posted in private forums through an internal script. This will hide URLs from your private forums in server logs on external sites, thus protecting your privacy.
    Note: The URLs will look like 'http://www.yourdormain.com/forums/redirect-to/?redirect=http://www.externaldomain.com'
    is it possible to exclude one domain and not redirecting it from my domain?
    e.g. my domain is www.xyz.com and if i dont want to redirect www.abc.com from www.xyz.com then is it possible?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    there is no special option for that, but you can modify functions_vbseo.php file to achieve that:
    FIND:
    PHP Code:
    if(strstr($preurl,'href') && !$is_public && $vbseo_ext_url
    REPLACE WITH:
    PHP Code:
    if(strstr($preurl,'href') && !$is_public && $vbseo_ext_url && !strstr($url,'www.abc.com')) 

Similar Threads

  1. URL redirection
    By MadK in forum General Discussion
    Replies: 4
    Last Post: 08-02-2008, 10:39 AM
  2. URL Redirection
    By MadK in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 07-31-2008, 01:45 PM
  3. 404 Redirection
    By Keith Cohen in forum Troubleshooting
    Replies: 1
    Last Post: 12-18-2005, 06:13 PM
  4. Redirection
    By MentaL in forum Troubleshooting
    Replies: 3
    Last Post: 11-09-2005, 06:30 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
  •