Results 1 to 11 of 11

Install Problem with .htaccess

This is a discussion on Install Problem with .htaccess within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi there I have install the latest vbseo and when I ftp over the .htaccess file and try to navigate ...

  1. #1
    Junior Member
    Real Name
    Matt Saunders
    Join Date
    Aug 2009
    Posts
    6
    Liked
    0 times

    Install Problem with .htaccess

    Hi there I have install the latest vbseo and when I ftp over the .htaccess file and try to navigate my forum I get the following error.

    Error 500 - Internal Server error

    An internal server error has occured!
    PLease try again later.


    If I delete the .htaccess file my forum starts to work again.

    I have checked and mod_rewrite is working on my server by using the following thread

    [How to] Check if mod_rewrite is working for my site

    My site is www.insanityworkout.co.uk

    Any help would be great. :-)


    Thanks in advance

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    have you also imported the vbseo product in the admincp? (found in the do not upload folder)

  3. #3
    Junior Member
    Real Name
    Matt Saunders
    Join Date
    Aug 2009
    Posts
    6
    Liked
    0 times
    Yes I have added it

  4. #4
    Junior Member
    Real Name
    Matt Saunders
    Join Date
    Aug 2009
    Posts
    6
    Liked
    0 times
    Any help would be great :-)

  5. #5
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Can you please manually edit config_vbsep.php file search for the following setting
    PHP Code:
        define('VBSEO_CUSTOM_DOCROOT',         ''); 
    adn add your forum path between two brackets
    example
    PHP Code:
        define('VBSEO_CUSTOM_DOCROOT',         '/var/www/html'); 
    When you are done , please save your config_vbseo.php file , upload it to your server . Open vBSEO Control Panel and save your settings without changing anything.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #6
    Junior Member
    Real Name
    Matt Saunders
    Join Date
    Aug 2009
    Posts
    6
    Liked
    0 times
    Thanks for the reply.

    I did what yousaid but I still get the following error

    Error 500 - Internal Server error

    An internal server error has occured!
    PLease try again later.


    As soon I delete the .htaccess file off the server my forum comes back.

    Do I need to edit the .htaccess file in anyway???


    Thanks

  7. #7
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    What if you try the following .htaccess

    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 /
    
    #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 %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    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]
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  8. #8
    Junior Member
    Real Name
    Matt Saunders
    Join Date
    Aug 2009
    Posts
    6
    Liked
    0 times
    Do I need to edit anything in the .htaccess file you have provided?

  9. #9
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You can paste it as-is.

  10. #10
    Junior Member
    Real Name
    Matt Saunders
    Join Date
    Aug 2009
    Posts
    6
    Liked
    0 times
    Ok tried that and got the following error

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webadmin@kundenserver.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

  11. #11
    Senior Member Sysop's Avatar
    Real Name
    Toni
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    176
    Liked
    0 times
    Try to add these lines:
    Options +FollowSymLinks
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

Similar Threads

  1. 500 Error *only* with .htaccess from VBSEO install?
    By theothersully in forum General Discussion
    Replies: 2
    Last Post: 12-12-2008, 04:08 PM
  2. htaccess question before I install
    By bplinson in forum General Discussion
    Replies: 11
    Last Post: 06-04-2008, 02:11 PM
  3. htaccess install error / question
    By pufftenticle in forum Troubleshooting
    Replies: 2
    Last Post: 12-01-2006, 02:48 PM
  4. htaccess problem with vBSEO install
    By Sonnie in forum Troubleshooting
    Replies: 15
    Last Post: 09-05-2006, 01:07 AM
  5. htaccess file problem / vbseo problem
    By Bestgfe in forum Troubleshooting
    Replies: 6
    Last Post: 04-05-2006, 09:21 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
  •