Results 1 to 9 of 9

500 Internal Server Error & Strato (.htaccess problem)

This is a discussion on 500 Internal Server Error & Strato (.htaccess problem) within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello again, after many unsolved problems with Servage (see my last thread), i decided to move to a root server ...

  1. #1
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86
    Liked
    0 times

    500 Internal Server Error & Strato (.htaccess problem)

    Hello again,

    after many unsolved problems with Servage (see my last thread), i decided to move to a root server of a friend of mine (and to tell it first, unfortuntely i don't have root access, but could get it maybe ...).

    Now the problem is, that there seems to be also some problems with Strato (big german hoster) and .htaccess files. The server tells over the browser that there's a internal server error, but only if the .htaccess file's uploaded.

    After reading many articles, wich i've found over google, i'm almost as clever as before

    Here's the .htaccess (located at root/public_html - where's the forum too, no subfolder)
    Options +FollowSymLinks
    # 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 /
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{HTTP_HOST} !^www\.techsupportforum\.de [NC]
    RewriteCond %{HTTP_HOST} !^$
    RewriteRule ^(.*) http://www.techsupportforum.de/$1 [L,R=301]

    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    Currently the forum's running on servage (if you wondering why there's no error at your browser ).

    Cheerio,
    Sven

  2. #2
    Senior Member Thomas Hoehl's Avatar
    Real Name
    Thomas
    Join Date
    Jul 2005
    Location
    Ockershausen, Germany
    Posts
    1,329
    Liked
    3 times
    Wenn deine Domain noch auf Servage aufgelöst wird (DNS), dann darfst du auf dem Strato-Server doch noch nicht deine Domain in deiner .htaccess drin haben.

  3. #3
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86
    Liked
    0 times
    Ich switche, hab wegen den Problemen wieder die DN-Server von Servage eingetragen.

  4. #4
    Senior Member
    Real Name
    Marco
    Join Date
    Feb 2006
    Posts
    520
    Liked
    1 times
    der 500er bedeutet meist das mod_Rewrite nicht läuft

    aber du kannst ja mal "Zeile" für "Zeile" versuchen wann es arbeitet, sollte das problem wirklich im text zu suchen sein

    fürs erste einfach mal
    Code:
    Options +FollowSymLinks
    weglassan, ich tippe da mal stark drauf

    edit
    jetzt gibts dann eh mekker weil das der englischsprachige Bereich ist

  5. #5
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86
    Liked
    0 times
    Okay, commenting line for line out, brought nothing (checked it already out) ... I guess it's a server thing (a litte option maybe), if you check "500 internal server error +strato" @google, there are many others with the same problem, but none of the posted solutions worked for me (it's in almost every chase an other thing, strato's root servers make problems with .htaccess ... but there are solutions ).

    Nobody else with strato and vBSEO?

    Cheers,
    Sven

  6. #6
    Senior Member
    Real Name
    Marco
    Join Date
    Feb 2006
    Posts
    520
    Liked
    1 times
    did youre phpinfo say you have mod_rewrite enabled?

  7. #7
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86
    Liked
    0 times
    Now you sad, i don't know. The support (my friend) told me that it is, but the phpinfo.php says something else ... waiting for afternoon thx

  8. #8
    Senior Member
    Real Name
    Marco
    Join Date
    Feb 2006
    Posts
    520
    Liked
    1 times
    i know about SUSE that you have to aktivate this in /etc/sysconfig/apache2

    by add "rewrite" in the line APACHE_MODULES= ....... of this file

    otherwise the module was not permanent aktive

  9. #9
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86
    Liked
    0 times
    thx Onur, i'll write about the success at the late evening.

Similar Threads

  1. Internal Server Error with .htaccess
    By jradoff in forum Troubleshooting
    Replies: 1
    Last Post: 11-16-2006, 11:13 PM
  2. Suggestion for a server problem
    By Mert Gökçeimam in forum Off-Topic & Chit Chat
    Replies: 1
    Last Post: 05-03-2006, 12:23 PM
  3. 500 Internal Server Error
    By Neutral Singh in forum Troubleshooting
    Replies: 4
    Last Post: 01-15-2006, 08:35 AM
  4. Internal 500 Error -- problem with .htaccess
    By ADM in forum Troubleshooting
    Replies: 6
    Last Post: 10-11-2005, 06:08 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
  •