danielacevedonet / googlesitemapgenerator

Automatically exported from code.google.com/p/googlesitemapgenerator
Apache License 2.0
0 stars 0 forks source link

Include/exclude not working as documented on cms #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
**What steps will reproduce the problem?

On a site using mod_rewrite to direct all paths to a single php file for
dispatch, include and exclude rules aren't being followed properly.  This
is very similar to the method used by Drupal, so it may not have anything
to do with it, but I assume the product is well tested.

My includes:
/
/node/*
/contests
/search/*

My Excludes: (none defined)

**What is the expected output? What do you see instead?

As I understand it, this configuration should include anything at or below
/node or /search, and include also the single home page / and the single
/contests page.

However, I still get URLs that are not in the include list in the sitemap.
 As the documentation states, it should exclude any urls that are in both
lists, and exclude by default, so this list should have the behavior of
only including the stuff in the list.

**What version of the product are you using? On what operating system?

sitemap_linux-i386-beta1-20091231
Ubuntu Hardy 8.04

Original issue reported on code.google.com by geniuswe...@gmail.com on 5 Feb 2010 at 1:41