Results 1 to 6 of 6

Problem mit .htaccess nach serverumzug

This is a discussion on Problem mit .htaccess nach serverumzug within the Deutsch forums, part of the General Discussion category; also wenn ich die htaccess drinne lasse kommt immer Code: The server encountered an internal error or misconfiguration and was ...

  1. #1
    Member
    Real Name
    Christoph
    Join Date
    Jul 2008
    Posts
    32
    Liked
    0 times

    Problem mit .htaccess nach serverumzug

    also wenn ich die htaccess drinne lasse kommt immer

    Code:
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, EMAIL 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.
      Apache/2.2.3 (Debian) PHP/5.2.0-8+etch13 Server at rmx2u.com Port 80

    aber wenn ich direkt über die ip drauf gehe geht es ( allerdings nicht richtig da ich seo drin habe)habe die standart .htaccess genutz leider geht nichts

    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)
    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]
    Leider habe ich auf meinem Server keinerlei FTP

    Aber könnt ihr mir trotzdem helfen?

    Zur zeit musste ich vbseo deaktivieren
    Last edited by vaio; 02-01-2009 at 06:49 PM.

  2. #2
    Senior Member Spenser's Avatar
    Real Name
    Heiko
    Join Date
    May 2008
    Location
    Nüdlingen, Germany
    Posts
    388
    Liked
    0 times
    Hast Du alle benötigten Module installiert und aktiviert?

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

    liegt dein Forum in einem Unterverzeichnis?
    Ist Mod_Rewrite für deinen Webuser (sprich Account) freigegeben?

  4. #4
    Member
    Real Name
    Christoph
    Join Date
    Jul 2008
    Posts
    32
    Liked
    0 times
    danke für die Info habe gestern schon den Fehler gefunden, allerding nicht mehr geschafft es hier zu posten.

    Ich hatte keinen Mod_rewrite installiert (Modul hat gefehlt)

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

    klasse

  6. #6
    Senior Member Spenser's Avatar
    Real Name
    Heiko
    Join Date
    May 2008
    Location
    Nüdlingen, Germany
    Posts
    388
    Liked
    0 times
    Genau so sah das nämlich aus...

Similar Threads

  1. Riesen Problem nach Serverumzug!
    By Ky! in forum Deutsch
    Replies: 17
    Last Post: 04-04-2008, 05:19 PM
  2. Weiße seite nach serverumzug
    By Ky! in forum Deutsch
    Replies: 22
    Last Post: 03-22-2008, 11:07 AM
  3. Nach Serverumzug Probleme
    By trigon in forum Deutsch
    Replies: 1
    Last Post: 03-13-2008, 02:49 PM
  4. Problem nach Serverumzug
    By Silmarillion in forum Deutsch
    Replies: 2
    Last Post: 01-16-2008, 11:13 AM
  5. Replies: 7
    Last Post: 06-13-2007, 06:56 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
  •