Results 1 to 4 of 4

installed vbseo and entire site is down !!!

This is a discussion on installed vbseo and entire site is down !!! within the Troubleshooting forums, part of the vBSEO SEO Plugin category; hey all, i just installed the vbseo ,and the htaccess file and right after i have uploaded the htaccess file ...

  1. #1
    Junior Member
    Real Name
    Shahriar
    Join Date
    Sep 2007
    Posts
    13
    Liked
    0 times

    installed vbseo and entire site is down !!!

    hey all, i just installed the vbseo ,and the htaccess file and right after i have uploaded the htaccess file the site went down. I have the following script for the htaccess file where i think i have the mistake
    Any help will be appreciated. Thanks

    # 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 /forum/

    RewriteCond %{HTTP_HOST} !^www\.cellPhonesmarket\.com
    RewriteRule (.*) http://www.cellphonesmarket.com/forum/$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,689
    Liked
    157 times
    Hello,

    you can remove .htaccess (or upload empty .htaccess) to bring it back.
    Replied to your ticket.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member
    Real Name
    Shahriar
    Join Date
    Sep 2007
    Posts
    13
    Liked
    0 times
    this is the 1 i am using now which is not showing the threads at all.
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^(www.)?cellphonesmarket.com$
    RewriteCond %{REQUEST_URI} !^/forum/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /forum/$1
    RewriteCond %{HTTP_HOST} ^(www.)?cellphonesmarket.com$
    RewriteRule ^(/)?$ forum/index.php [L]

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Replied to your ticket.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Installed vBSeo and my site is blank...
    By pchs in forum Troubleshooting
    Replies: 3
    Last Post: 12-25-2006, 04:08 PM
  2. Installed site map generator
    By GNA in forum General Discussion
    Replies: 11
    Last Post: 09-11-2006, 01:35 PM
  3. Software to check entire forums!
    By msimonds in forum General Discussion
    Replies: 1
    Last Post: 03-13-2006, 02:15 PM
  4. WOW Google was on my site the NIGHT I installed!!!
    By nchoose in forum General Discussion
    Replies: 3
    Last Post: 10-24-2005, 05: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
  •