Results 1 to 4 of 4

umleitungsfehler

This is a discussion on umleitungsfehler within the Deutsch forums, part of the General Discussion category; Ich erhalte bei den js Datein nonstop nur Umleitungsfehler. hab dazu http://www.vbseo.com/f80/umleitungsf...e-seite-17883/ gefunden, htaccess ist die standarddatei änderungen wurden auch ...

  1. #1
    Member ragtek's Avatar
    Real Name
    daniel
    Join Date
    Aug 2007
    Posts
    37
    Liked
    0 times
    Blog Entries
    1

    umleitungsfehler

    Ich erhalte bei den js Datein nonstop nur Umleitungsfehler.
    hab dazu Umleitungsfehler - Komme nicht mehr auf meine Seite gefunden, htaccess ist die standarddatei
    änderungen wurden auch nicht vorgenommen

  2. #2
    Member ragtek's Avatar
    Real Name
    daniel
    Join Date
    Aug 2007
    Posts
    37
    Liked
    0 times
    Blog Entries
    1
    hab vbseo nun wiedermal deaktiviert damit die seite wenigstens normal aufgerufen werden kann

    hat keiner eine Idee?

  3. #3
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    Wie sieht deine .htaccess aus, Daniel?

  4. #4
    Member ragtek's Avatar
    Real Name
    daniel
    Join Date
    Aug 2007
    Posts
    37
    Liked
    0 times
    Blog Entries
    1
    # 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]
    unveränderte vbseo datei

Similar Threads

  1. Replies: 3
    Last Post: 02-03-2012, 05:11 PM
  2. Umleitungsfehler
    By JonnyF in forum Deutsch
    Replies: 10
    Last Post: 01-27-2007, 01:00 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
  •