mchaffie / googlesitemapgenerator

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

bad URL's in sitemap #201

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
No Such URL as they appear in the sitemap:
1. http://www.realprogroup.com/RE1/././RE1.php 
2. http://www.realprogroup.com/index.php/RE1/RIN/RINMainS.php
3. http://www.realprogroup.com/RE2/RE2.php/RE2/RE2browse.php
4. http://www.realprogroup.com/RE1/./../reg2.php 

Their are others similar to the examples above. Nothing like the examples 
appear in the log files.

The generator is running for four sites only this one has the problem.
 fedora 15 is the operatins system and the version of the generator is 1.0.0.0

The correct URL's for the examples:

1. http://www.realprogroup.com/RE1/RE1.php
2. http://www.realprogroup.com/RIN/RINMainS.php
3. http://www.realprogroup.com/RE2/RE2.php
or
http://www.realprogroup.com/RE2/RE2browse.php
4. http://www.realprogroup.com/reg2.php

Original issue reported on code.google.com by joeard2...@gmail.com on 6 Aug 2012 at 6:26

Attachments:

GoogleCodeExporter commented 8 years ago
Same issue here.  
Simple workaround is to exclude all with "/" after ".php"

Original comment by rshaw98...@gmail.com on 5 Feb 2014 at 4:33