Results 1 to 5 of 5

Problem mit dem vBSEO und der Sitemap

This is a discussion on Problem mit dem vBSEO und der Sitemap within the Deutsch forums, part of the General Discussion category; Sobald in der .htaccess "RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo .php [L,QSA]" steht, lässt sich nicht mehr die Sutemap aufrufen URL not found ...

  1. #1
    Junior Member Xtopic's Avatar
    Real Name
    Sebastian
    Join Date
    Jun 2008
    Posts
    26
    Liked
    0 times

    Problem mit dem vBSEO und der Sitemap

    Sobald in der .htaccess "RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]"

    steht, lässt sich nicht mehr die Sutemap aufrufen URL not found sagt der Browser..


    Inhalt der htaccess
    Code:
     
     
    DirectoryIndex index.php
    RewriteEngine On
    #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]
    Jemand eine Idee?

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

    liegt das Forum in einem Unterverzeichnis?

  3. #3
    Junior Member Xtopic's Avatar
    Real Name
    Sebastian
    Join Date
    Jun 2008
    Posts
    26
    Liked
    0 times
    Nöö liegt es nicht....

  4. #4
    Junior Member Xtopic's Avatar
    Real Name
    Sebastian
    Join Date
    Jun 2008
    Posts
    26
    Liked
    0 times
    Ok habe eine Lösung gefunden

    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
    Damit geht alles nun wunderbar

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

    das freut mich

Similar Threads

  1. vBSEO Sitemap Reports Login problem
    By ekantnl in forum Troubleshooting
    Replies: 2
    Last Post: 10-11-2008, 09:57 AM
  2. Problem! vBSEO Sitemap v/s Zoints SEO?
    By OsiRiS_X in forum General Discussion
    Replies: 4
    Last Post: 09-24-2008, 03:45 PM
  3. Problem with Sitemap Index URL after installing VBSEO
    By webwizzy in forum Troubleshooting
    Replies: 2
    Last Post: 09-14-2008, 05:44 PM
  4. Problem with vbSEO Sitemap
    By psico in forum Troubleshooting
    Replies: 3
    Last Post: 11-21-2005, 09:46 AM
  5. vBSEO Google/Yahoo Sitemap Gen. Problem
    By Steve in forum Troubleshooting
    Replies: 10
    Last Post: 11-10-2005, 07:09 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
  •