Results 1 to 2 of 2

htaccess or something else

This is a discussion on htaccess or something else within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, All of a sudden my site has stopped - just a blank page frontend/backend. I contacted my host - ...

  1. #1
    Junior Member
    Real Name
    Geoff
    Join Date
    Sep 2007
    Posts
    7
    Liked
    0 times

    htaccess or something else

    Hi,

    All of a sudden my site has stopped - just a blank page frontend/backend.

    I contacted my host - Lunarpages and they have told me it's a .htaccess problem ??

    Well, the htaccess that's on the site has been there for months and it has only just stopped the site - of course Lunar havent changed anything .... <peh>

    Here's a look at my htaccess - can some one have a look and suggest something please?

    -----------------------------------

    AddHandler application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml
    AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml
    # 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]

    # start .htaccess file - change /YOUR-PHOTOPLOG_DIR/ to your photoplog directory
    RewriteRule /photoplog/file_([0-9]+)\.jpg$ /photoplog/file.php?n=$1 [L]
    # end .htaccess file

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    I would try to remove directives from .htaccess one-by-one to see if that helps, to determine which one causes the issue (if it's related to .htaccess at all).

Similar Threads

  1. Replies: 5
    Last Post: 05-12-2009, 03:29 PM
  2. current .htaccess vs vbseo .htaccess
    By karlm in forum Pre-Sales Questions
    Replies: 7
    Last Post: 08-26-2008, 08:48 PM
  3. Wordpress htaccess + vbseo htaccess
    By chris06 in forum URL Rewrite Settings
    Replies: 1
    Last Post: 11-01-2007, 11:56 AM
  4. .htaccess in forum root w/ exisiting .htaccess?
    By OttoBomb in forum Troubleshooting
    Replies: 5
    Last Post: 07-03-2007, 03:45 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
  •