Results 1 to 2 of 2

404 Error - Page not found when clicked on Forum and Posts

This is a discussion on 404 Error - Page not found when clicked on Forum and Posts within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I have a bit of a problem getting the VBSEO working. I have my Forum Working and when i ...

  1. #1
    Junior Member
    Real Name
    Mischa
    Join Date
    Aug 2008
    Posts
    2
    Liked
    0 times

    404 Error - Page not found when clicked on Forum and Posts

    Hi,

    I have a bit of a problem getting the VBSEO working.

    I have my Forum Working and when i click on the main forum categories it displays the pages correct in rewritten urls.
    But whenever i click on a single post inside any of the forum categories the 404 error appears (grrr...)

    I have the .htacces installed in my forum root map
    Code:
    Options +FollowSymlinks
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.verkoopsite\.com
    RewriteRule (.*) http://www.verkoopsite.com/$1 [L,R=301]
    RewriteBase /forum/
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    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]
    Can anyone assist me in solving this?

    Thanks Maik
    Last edited by mischa1; 08-08-2008 at 04:02 AM.

  2. #2
    Junior Member
    Real Name
    Mischa
    Join Date
    Aug 2008
    Posts
    2
    Liked
    0 times

    Thumbs up Solved

    I solved it already.
    Sometimes it helps to check your settings [again] in the Vbulletin Admin panel regaring the correct path.......

Similar Threads

  1. Replies: 7
    Last Post: 01-14-2008, 04:09 PM
  2. 404 Not Found Error Page Redirection to Forum Home
    By NeutralizeR in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 07-28-2006, 07:00 PM
  3. Forums getting 'Page not found' error
    By HappyDJ in forum Troubleshooting
    Replies: 9
    Last Post: 04-27-2006, 03:05 AM
  4. 404 Page Cannot Be Found Error
    By poisemedia in forum Troubleshooting
    Replies: 7
    Last Post: 01-18-2006, 12:08 AM
  5. I am not being taken to homepage on getting page not found error
    By Neutral Singh in forum Troubleshooting
    Replies: 5
    Last Post: 12-16-2005, 02:17 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
  •