Results 1 to 4 of 4

.htaccess erzeugt Internal Server Error

This is a discussion on .htaccess erzeugt Internal Server Error within the Deutsch forums, part of the General Discussion category; Hallo zusammen, meine folgende .htaccess erzeugt einen Internal Server Error: Code: # Comment the following line (add '#' at the ...

  1. #1
    Junior Member
    Real Name
    vengeance72
    Join Date
    Jan 2009
    Posts
    21
    Liked
    0 times

    .htaccess erzeugt Internal Server Error

    Hallo zusammen,

    meine folgende .htaccess erzeugt einen Internal Server Error:

    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\.canikon\.de
    RewriteRule (.*) http://www.canikon.de/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    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]
    Details:
    Mein Board ist unter /board installiert
    Link: canikon, ist auf das Unterverzeichnis /board umgeleitet.

    Hat jemand einen Tipp für mich?

    Danke im Voraus!

  2. #2
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    Hey,

    ersetze folgende Zeile:

    Code:
    #RewriteBase /
    durch:

    Code:
    RewriteBase /board
    Sollte das nicht funktionieren, erstelle bitte ein Ticket mit FTP Zugang zum Forum

  3. #3
    Junior Member
    Real Name
    vengeance72
    Join Date
    Jan 2009
    Posts
    21
    Liked
    0 times
    Hi Philipp,

    danke für Deine Antwort! Leider produziert die .htaccess immer noch einen Server Error. Ich habe Deinen Ratschlag befolgt und ein Ticket erstellt.

  4. #4
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    Das Problem konnte behoben werden

Similar Threads

  1. 500 Internal Server Error & Strato (.htaccess problem)
    By Doc Great in forum General Discussion
    Replies: 8
    Last Post: 03-06-2007, 08:46 AM
  2. Internal Server Error with .htaccess
    By jradoff in forum Troubleshooting
    Replies: 1
    Last Post: 11-16-2006, 10:13 PM
  3. 500 Internal Server Error
    By Neutral Singh in forum Troubleshooting
    Replies: 4
    Last Post: 01-15-2006, 07:35 AM
  4. Internal Server Error
    By MarkR in forum Troubleshooting
    Replies: 3
    Last Post: 12-08-2005, 07:36 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
  •