Results 1 to 8 of 8

Links not working

This is a discussion on Links not working within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I've installed it and read through the last 4 pages here to see if there's something stupid I've done. I ...

  1. #1
    Junior Member
    Real Name
    Tom
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times

    Links not working

    I've installed it and read through the last 4 pages here to see if there's something stupid I've done. I have changed the details in .htaccess to represent my domain etc. The links I click direct to SEO friendly URLs but they don't work once I enable it, disabling it causes them to work once again.

    To explain better:

    1. Turned it on
    2. Clicked a link and got a error (page not found)
    3. Pasted in the original URL, error (page not found)
    4. Turned it off
    5. Worked fine (with original URL).
    Any ideas?

    Options +FollowSymLinks
    # 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 /forums/
    RewriteCond %{HTTP_HOST} !^www.remuneror.com
    #RewriteRule (.*) http://www.remuneror.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]

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

    Please check with your host that mod_rewrite module is enabled on the server.
    Last edited by Joe Ward; 02-07-2008 at 08:56 AM.

  3. #3
    Junior Member
    Real Name
    Tom
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    It's in my 'loaded modules' (php info), I'm assuming that means it is enabled, I've also checked inside my httpd.conf to make sure it's in there.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try to add this to the top of .htaccess:
    Code:
    Options +FollowSymLinks
    Last edited by Oleg Ignatiuk; 02-07-2008 at 04:40 AM.

  5. #5
    Junior Member
    Real Name
    Tom
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    Still not working, I must have something wrong with my Apache config, I'll try playing around with that later.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Try to put this in corresponding <VirtualHost> section in apache config:
    Code:
    AllowOverride All
    Options +FollowSymLinks

  7. #7
    Junior Member
    Real Name
    Tom
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    That stops Apache starting for some reason, I'll do a search on google to see if there is an obvious reason tomorrow.

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You can check the error log to find out why it doesn't start.

Similar Threads

  1. why links not working in yahoo?
    By Julio in forum Troubleshooting
    Replies: 0
    Last Post: 01-04-2008, 03:30 PM
  2. Archive links not working
    By 3towers in forum Troubleshooting
    Replies: 7
    Last Post: 05-02-2007, 04:54 PM
  3. No links working?
    By livesportnetwork in forum Troubleshooting
    Replies: 2
    Last Post: 11-18-2006, 03:24 PM
  4. Links for categories not working
    By Ricky in forum General Discussion
    Replies: 10
    Last Post: 09-17-2006, 12:01 AM
  5. Some links are not working :(
    By MrNase in forum Bug Reporting
    Replies: 5
    Last Post: 09-24-2005, 03:07 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
  •