Results 1 to 7 of 7

Page not found error

This is a discussion on Page not found error within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hi, (not sure if having the forum closed is the issue?) Using vBulletin v4.1.5 L1 Patch, vbseo v3.6 and v-3-0-PL-1 ...

  1. #1
    Junior Member
    Real Name
    Dave
    Join Date
    Nov 2010
    Location
    Australian
    Posts
    15
    Liked
    0 times

    Page not found error

    Hi,

    (not sure if having the forum closed is the issue?)

    Using vBulletin v4.1.5 L1 Patch, vbseo v3.6 and v-3-0-PL-1 vbseo sitemap.
    This is a completely new forum. No vBulletin blog or CMS used.

    The forum root is: /forums/

    I've followed the installation doc to the letter for vbseo sitemap. Data folder is set to CHMOD 777.

    The forum root .htaccess contains:

    Code:
    # 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 %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    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]
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    I've tried adding and removing the # RewriteBase.

    Although the sitemaps are being generated they are not accessable?
    http://www.awaa.com.au/forums/sitemap_index.xml.gz

    Also generic vBulletin sitemaps are being added to the footer. Although this option is turned off in vBulletin options (don't know what's up with that?).

    The currrent Memory limit in php.ini is 64M. So that's definately not an issue.
    (run on a VPS with CPanel/WHM min 1024 ram and awaa is only site being hosted)

    Any suggestions to get this operational are greatly appreciated



    Cheers

    Dave
    Last edited by AussieDave1; 09-03-2011 at 08:09 AM. Reason: typo

  2. #2
    Junior Member
    Real Name
    Dave
    Join Date
    Nov 2010
    Location
    Australian
    Posts
    15
    Liked
    0 times
    I turned the forum "on" and rebuilt the sitemaps BUT the above URL is still giving a page not found error?
    Can't think of anything else to do...help!

  3. #3
    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 Dave,

    Does it work correctly if you change your .htaccess file to:

    Code:
    # 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/
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    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]
    ?

    Please let me know.
    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


  4. #4
    Junior Member
    Real Name
    Dave
    Join Date
    Nov 2010
    Location
    Australian
    Posts
    15
    Liked
    0 times
    Hi Andrés,

    Mate, you are a champ
    Thanks so much, that nailed it!

    One small problem...the generic vBulletin sitemap links (eg 1,2,3 etc...etc) are still in the footer with their corisponding links. I'm assuming these should not be present or used if using the vbVSEO sitemap system?

    If that's the case how do I cancel them?



    Cheers

    Dave

  5. #5
    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
    You're welcome, Dave!
    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


  6. #6
    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
    Quote Originally Posted by AussieDave1 View Post
    One small problem...the generic vBulletin sitemap links (eg 1,2,3 etc...etc) are still in the footer with their corisponding links. I'm assuming these should not be present or used if using the vbVSEO sitemap system?

    If that's the case how do I cancel them?
    That's a vBSEO functionality, you can disable it at:

    vBSEO CP -> Other Enhancements -> Footer Archive Links
    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


  7. #7
    Junior Member
    Real Name
    Dave
    Join Date
    Nov 2010
    Location
    Australian
    Posts
    15
    Liked
    0 times
    Thanks Andrés...

    Footer archives...mhmmm.
    Guess I should keep them, huh!


    Cheers

    Dave

Similar Threads

  1. Page not found error
    By craiovaforum in forum Troubleshooting
    Replies: 4
    Last Post: 09-21-2009, 09:45 AM
  2. Replies: 1
    Last Post: 08-08-2008, 04:08 AM
  3. Forums getting 'Page not found' error
    By HappyDJ in forum Troubleshooting
    Replies: 9
    Last Post: 04-27-2006, 02:05 AM
  4. 404 Page Cannot Be Found Error
    By poisemedia in forum Troubleshooting
    Replies: 7
    Last Post: 01-17-2006, 11:08 PM
  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, 01: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
  •