|
Hey,
I installed and ran Google Sitemap Generator (Python) and ran the prog. The sitemap it produced lists a url with the extension:
... qn0c.htm.LCK
Here's the exclusions/inclusions I'm using:
<filter action="pass" type="wildcard" pattern="*.htm*" />
<filter action="pass" type="wildcard" pattern="*.html" />
<filter action="drop" type="wildcard" pattern="*" />
<filter action="drop" type="wildcard" pattern="*.04" />
<filter action="drop" type="wildcard" pattern="*.20" />
<filter action="drop" type="wildcard" pattern="*.lc" />
<filter action="drop" type="wildcard" pattern="*.lck" />
<filter action="drop" type="wildcard" pattern="*.php" />
<filter action="drop" type="wildcard" pattern="*.htaccess" />
<filter action="drop" type="wildcard" pattern="*.LCK" />
It's still finding and mapping the .html.LCK files. Any help?
Thanks!
|