Results 1 to 2 of 2

Probleme mit Flaschat, VB4 und VBseo

This is a discussion on Probleme mit Flaschat, VB4 und VBseo within the Deutsch forums, part of the General Discussion category; Hallo Leute, wollte gestern den Flaschat von tufta instalieren. ich habe alle Dateien Binär hochgeladen und auch die Intigration mit ...

  1. #1
    Junior Member
    Real Name
    Frank
    Join Date
    Nov 2009
    Posts
    5
    Liked
    0 times

    Probleme mit Flaschat, VB4 und VBseo

    Hallo Leute,

    wollte gestern den Flaschat von tufta instalieren.

    ich habe alle Dateien Binär hochgeladen und auch die Intigration mit vb4 gewählt.

    Aber der Installscript kann nicht auf meine datenbank einstellungen zugreifen.

    Schalte ich aber die VB seo Htacsess aus- findet er diese.

    Ich kann dann zwar FS Installieren aber sobald ich die htacess wieder anschalte funzt fs nicht mehr...

    Die leute von VB und FS sagen es liegt an der htacess und an VB seo- und ich soll hier mal nachfragen.

    Hier mal meine Htacess

    PHP 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=$[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|modcpIclientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA

  2. #2
    Senior Member
    Real Name
    Sven
    Join Date
    Nov 2007
    Posts
    117
    Liked
    0 times
    Hallo,

    wie ich dir bereits drüber geschrieben habe, ist diese Zeile dafür verantwortlich.

    PHP Code:
    RewriteRule ^((archive/)?(.*.php(/.*)?))$ vbseo.php [L,QSA

    LG

Similar Threads

  1. Replies: 3
    Last Post: 04-13-2010, 02:37 PM
  2. Probleme im Testforum mit vBSEO
    By Delazar in forum Deutsch
    Replies: 29
    Last Post: 12-21-2009, 11:45 AM
  3. Performance-Probleme - vbseo.php
    By gedankenberg in forum Deutsch
    Replies: 3
    Last Post: 08-06-2009, 01:16 PM
  4. vbSEO aktiv - und erste Probleme
    By aho-ev in forum Deutsch
    Replies: 13
    Last Post: 05-21-2009, 03:11 PM
  5. Probleme bei VBseo und Sitemap
    By Schattenmann in forum Deutsch
    Replies: 4
    Last Post: 03-05-2008, 02:16 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
  •