Results 1 to 3 of 3

vbseo htaccess Regeln

This is a discussion on vbseo htaccess Regeln within the Deutsch forums, part of the General Discussion category; Hallo, ich hab vor etwa zwei Wochen vbseo gekauft und auch bereits alles konfiguriert nur funktioniert das Rewriting der URLs ...

  1. #1
    Junior Member
    Real Name
    Florian Hieß
    Join Date
    Dec 2011
    Posts
    9
    Liked
    1 times

    vbseo htaccess Regeln

    Hallo,

    ich hab vor etwa zwei Wochen vbseo gekauft und auch bereits alles konfiguriert nur funktioniert das Rewriting der URLs nicht, weil ich keine .htaccess bzw. die Regeln dafür gefunden habe. Sollte die normalerweise nicht mitgeliefert bzw. generiert werden? Wo kann ich die htaccess Regeln finden?

    Gruß zerious

  2. #2
    Junior Member
    Real Name
    Florian Hieß
    Join Date
    Dec 2011
    Posts
    9
    Liked
    1 times
    das hier ist die aktuelle htaccess, die ich gefunden habe, aber trotzdem funktionieren die Rewrite Regeln nicht. Kann mir hier jemand behilflich sein, woran es liegt?

    # 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\.domain\.net
    RewriteRule (.*) http://www.domain.net/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|vbseo_sitemap|api\.php)
    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]


    RewriteCond %{HTTP_HOST} !^www. [NC]
    RewriteCond %{HTTP_HOST} !^$
    RewriteRule ^(.*) http://www.%{HTTP_HOST}/$1 [R=301]

  3. #3
    Senior Member
    Real Name
    Marco
    Join Date
    Feb 2006
    Posts
    561
    Liked
    2 times
    im Downloadpaket ist neben dem upload/ und docs (do not upload)/ Verzeichnis auch noch ein htaccess/ dort findest du alle Möglichkeiten, je nachdem was du für eine Serverumgebung benutztaußerdem muss von dein Apache auch die .htaccess beachten

Similar Threads

  1. cms rewrite regeln
    By giebe in forum Deutsch
    Replies: 3
    Last Post: 10-01-2010, 07:47 AM
  2. URL rewrite Regeln?
    By wizzard in forum Deutsch
    Replies: 3
    Last Post: 03-23-2010, 02:49 PM
  3. Frage bzgl. htaccess Regeln
    By RolandCP in forum Deutsch
    Replies: 1
    Last Post: 12-17-2008, 05:36 PM
  4. Fehler bei Avatar-Regeln im RC6?
    By ancient in forum Deutsch
    Replies: 1
    Last Post: 10-21-2006, 05:01 PM
  5. Andere .htaccess - Regeln hinzufügen
    By Substanz in forum Deutsch
    Replies: 10
    Last Post: 07-06-2006, 11:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •