Results 1 to 2 of 2

vbSEO 3.2. .htaccess will nicht funktionieren.

This is a discussion on vbSEO 3.2. .htaccess will nicht funktionieren. within the Deutsch forums, part of the General Discussion category; Hallo, ich habe vbSEO 3.2 und ich bekomme jetzt auf meinem neuen Server Probleme mit der Installation. Ich habe vbulletin ...

  1. #1
    xip
    xip is offline
    Junior Member
    Real Name
    sdfsdf
    Join Date
    Dec 2009
    Posts
    2
    Liked
    0 times

    vbSEO 3.2. .htaccess will nicht funktionieren.

    Hallo,

    ich habe vbSEO 3.2 und ich bekomme jetzt auf meinem neuen Server Probleme mit der Installation.

    Ich habe vbulletin 3.8.4.

    vbSeo Plugin normal installiert und auf konfiguriert. Mod_rewrite ist auf dem Apache laut php_info() auch aktiv.

    Die .htaccess File habe ich ins root von meinem Forum geladen.

    also: www.meinforum/forum/ <- .htaccess
    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]
    aber trotzdem bekomme ich ERROR 500. keine PHP Seite kann jetzt angezeigt werden.

    Habt ihr eine Idee?

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

    momentan werden Sie nicht als Kunde verifiziert.

    Bitte schreiben Sie mir eine PN unter Angabe der Lizenz URL.

Similar Threads

  1. tags funktionieren nicht
    By WoWGlider in forum Deutsch
    Replies: 9
    Last Post: 09-29-2009, 04:19 AM
  2. Archiv-Links funktionieren nicht
    By Kalliey in forum Deutsch
    Replies: 3
    Last Post: 01-16-2009, 12:51 PM
  3. Tags funktionieren nicht
    By Wildthinks in forum Deutsch
    Replies: 3
    Last Post: 12-08-2008, 01:01 PM
  4. Beitrags-Permalinks funktionieren nicht
    By Hoffi in forum Deutsch
    Replies: 4
    Last Post: 04-03-2008, 03:34 PM
  5. Replies: 4
    Last Post: 06-20-2007, 04:55 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
  •