Results 1 to 7 of 7

Weird Links only on front page

This is a discussion on Weird Links only on front page within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hey Guys & Gals, Weird stuff happening on my forum ( Aussie V8 | Holden - Ford | Australian V8 ...

  1. #1
    Junior Member
    Real Name
    mark
    Join Date
    Jun 2008
    Posts
    12
    Liked
    0 times

    Weird Links only on front page

    Hey Guys & Gals,

    Weird stuff happening on my forum (Aussie V8 | Holden - Ford | Australian V8 Engine Community)

    On the front page most of the links work fine, but the links to the threads don't function as prescribed!

    If you copy the link to the thread its looks ok, but if you click on it, the rewrite is all screwy and it shows a bit of the path to my forum!

    When in the forum (looking at the list of threads) if you click one of those, it seems to work fine! I'm really puzzled by this, its only happened since I've installed vbseo so I'm guessing its a rewrite rule problem. But after taking my users through a month of pain when I upgraded the forum to vb4, I really don't want to break anything else.

    Any suggestions?

    p.s. I've also submitted a ticket, but I thought I'd get some feedback from the "collective" here on the forums as well.

  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
    As MErt suggest via ticket, it looks like your path is set incorrectly in your webserver config, thus it's adding it to your urls.

  3. #3
    Junior Member
    Real Name
    mark
    Join Date
    Jun 2008
    Posts
    12
    Liked
    0 times
    I guess I'm strugling with the idea that it has been workingfor 5 years, but soon after I install vbseo it breaks....

    Now I'm not saying you are incorrect but maybe if at all possible I can show you my vhost config?

  4. #4
    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
    vb uses all relative paths "file.php". When installing vbseo, there are multiple levels, ie /forum/thread-123/ that files referenced to it as 'file.php' would 404 as they are not physically in the forum/thread-123/ folder. As such, the base directive is added into the codebase for vbseo.

    You will need consult your httpd.conf file and check for missing trialing slashes, etc

  5. #5
    Junior Member
    Real Name
    mark
    Join Date
    Jun 2008
    Posts
    12
    Liked
    0 times
    Hey.

    Looking further into this, it seems if -new-post.html is appended to the url, the path breaks.

    i.e. broken
    http://www.aussiev8.com.au/members-l...-new-post.html

    not broken.
    http://www.aussiev8.com.au/members-l...000-dream.html


    so -new-post.html seems to be causing havoc. Do you still think its got to do with the vhost config?

    <VirtualHost *:80>
    ServerName aussiev8.com.au
    ServerAlias Aussie V8 | Holden - Ford | Australian V8 Engine Community

    DocumentRoot /srv/aussiev8/forum/current/

    <Directory /srv/aussiev8/forum/current/>
    Options -ExecCGI -Includes +FollowSymlinks MultiViews Indexes SymLinksIfOwnerMatch
    AllowOverride all
    Order allow,deny
    Allow from all
    </Directory>

    RewriteEngine On
    RewriteLog /srv/aussiev8/logs/rewrite.log
    RewriteLogLevel debug
    LogLevel warn
    CustomLog /srv/aussiev8/logs/access.log combined
    ErrorLog /srv/aussiev8/logs/error.log
    </VirtualHost>
    Can you see anything strange in there?

  6. #6
    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 have a conflicting rule soemwhere that is matching that new-post string.

    Try changing your forum rewrite rules (click on the advanced tab) and change -new-post so something else, like -newp or -npost, etc that likely won't match anything else. These urls are only used for logged in users, so it doesn't have to be anything 'seo worthy'.

  7. #7
    Junior Member
    Real Name
    mark
    Join Date
    Jun 2008
    Posts
    12
    Liked
    0 times
    thanks Brian, I'll give this a go!

    And very true, at least google isn't looking at that url.

Similar Threads

  1. Great front page
    By jeffinj in forum Off-Topic & Chit Chat
    Replies: 35
    Last Post: 12-23-2009, 01:10 AM
  2. does vbseo work better with or without a front page
    By the nwo in forum Off-Topic & Chit Chat
    Replies: 7
    Last Post: 04-26-2009, 07:59 PM
  3. h1 and h2 tags on front page
    By symptome in forum General Discussion
    Replies: 2
    Last Post: 02-16-2009, 04:30 PM
  4. vbseo front page
    By LarryEitel in forum Template Modifications
    Replies: 8
    Last Post: 01-20-2009, 06:14 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
  •