Results 1 to 4 of 4

I also have 404 Error

This is a discussion on I also have 404 Error within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I did copy .htaccess file into the root folder of the forum. And I've enabled RewriteBase My forum is on ...

  1. #1
    Junior Member
    Real Name
    Sergey
    Join Date
    Feb 2008
    Posts
    8
    Liked
    0 times

    I also have 404 Error

    I did copy .htaccess file into the root folder of the forum.
    And I've enabled RewriteBase

    My forum is on the root of the domain: www.gold-speculator.com so RewriteBase /

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


    Site is hosted on godaddy, and according to them mod_rewrite is enabled globaly,

    please help!

  2. #2
    Junior Member
    Real Name
    Sergey
    Join Date
    Feb 2008
    Posts
    8
    Liked
    0 times

    nevermind

    it just started to work, wierd!

  3. #3
    Junior Member
    Real Name
    Sergey
    Join Date
    Feb 2008
    Posts
    8
    Liked
    0 times

    quick question,

    The website works fine, but I think I forgot to set 'Allow Overwrite' to 'Yes' when I was importing xml plugin, would that make any differences? should I re-import it?


    Thank you and sorry for bothering.

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    OVer-ride is only necessary when you are upgrading. If this is the first time you installed the XML, there's nothing to over-ride in the first place.

Similar Threads

  1. [Error] xhtml coding error on my part - please help
    By jbartle in forum Template Modifications
    Replies: 3
    Last Post: 01-24-2008, 10:50 PM
  2. Internal Server error - Log error posted here
    By candg in forum Troubleshooting
    Replies: 2
    Last Post: 08-06-2007, 05:46 AM
  3. vBSEO error in error log
    By Mert Gökçeimam in forum Troubleshooting
    Replies: 5
    Last Post: 02-26-2007, 10:41 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
  •