Results 1 to 15 of 15
Like Tree1Likes
  • 1 Post By golftune

Search Results problem.

This is a discussion on Search Results problem. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I dont' know if this is known problem or not, but if you do a search for any with a ...

  1. #1
    Junior Member
    Real Name
    Kyle
    Join Date
    Jan 2006
    Posts
    23
    Liked
    0 times

    Search Results problem.

    I dont' know if this is known problem or not, but if you do a search for any with a ' in it, the search results display, but if you click on a link, you get a forbidden page. I think the problem has to do with the highlight function, but i'm not certain.
    Kyle

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times

  3. #3
    Senior Member
    Join Date
    Nov 2005
    Posts
    165
    Liked
    0 times
    Hmmm, working fine here:
    http://www.reefland.com/forum/saltwa...t=clownfish%27

    I performed the search with the ' at the beginning and at the end of my keyword. Also performed the search with ' at the beginning and end with no problems. Clicking on any of the results opens the thread.

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

    Fender963, could you please let me know an example URL?

    Keith,
    http://www.fireblades.org/forums/fir...ght=%27test%27 seems to be working fine - have you applied some changes since your post?

  5. #5
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    No, I still get a blank page when I go to that URL.

  6. #6
    Member
    Real Name
    Lionel
    Join Date
    Mar 2007
    Posts
    62
    Liked
    0 times
    hello, I wonder if there was a solution for the highlight problem in search results?

    The "ltitle" is trying to get highlighted also
    Attached Thumbnails Attached Thumbnails carrie.jpg  

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    What is the URL that causes this issue?

  8. #8
    Member
    Real Name
    Lionel
    Join Date
    Mar 2007
    Posts
    62
    Liked
    0 times
    I was told by a friend to use the option in the config for DEFINE SEARCH no_redirect and that fixed the problem

  9. #9
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times
    I know this is an old thread but I just noticed I was having the same issue. ASL rules for mod_Security will block the %27 in the url (part of the phpBB worm detection). Whitelist rule id 310080.

  10. #10
    Junior Member
    Real Name
    Greg
    Join Date
    May 2006
    Posts
    4
    Liked
    1 times
    Hi guys - I am having the same problem in Vbulletin 4.1.0 with VBSEO - the search results. I get a 404 not found when I click on a link in the search results:

    http://www.golf-tuition-online.com/g...ighlight=slice

    I have tried searching through all the vbseo settings but cannot find a related one...

    Any ideas please?

    Many Thanks

  11. #11
    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
    What is your .htaccess content ?
    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

  12. #12
    Junior Member
    Real Name
    Greg
    Join Date
    May 2006
    Posts
    4
    Liked
    1 times
    Quote Originally Posted by Mert Gökçeimam View Post
    What is your .htaccess content ?

    Thanks for the reply Mert

    I have just coped across the default .htaccess file and now can see the threads but have a different problem...

    here is the content of the .htaccess file

    # 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\.golf-tuition-online\.com
    #RewriteRule (.*) http://www.golf-tuition-online.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]


    I have tried uncommenting the three lines above but I still get the same problem, which is this:

    I get the full path included in the url for example:

    Why do i slice my driver

    This should not be in the above url: e/golftuit/public_html/www.golf-tuition-online.com

    It should just read:

    Why do i slice my driver

    this only appears to happen in the search results.

    Any ideas?

    Thanks again.

  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 Greg,

    Please try to enable RewriteBase / directive.
    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
    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 may also need to set a custom doc root in the vbseoCP advanced settings tab.

    Also, double check your trailing slashes in the vboptions. A miss can cause issues like this to show, even without vbseo.

  15. #15
    Junior Member
    Real Name
    Greg
    Join Date
    May 2006
    Posts
    4
    Liked
    1 times
    Thanks Brian the custom doc root in vbseocp did it...

    thank you for all your responses Brian, Andres & Mert great service

Similar Threads

  1. Rapidly decreasing Google search results
    By stockhideout in forum Troubleshooting
    Replies: 19
    Last Post: 06-07-2006, 03:26 AM
  2. Search phrase selection
    By T2DMan in forum Member Articles
    Replies: 0
    Last Post: 04-02-2006, 09:57 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
  •