save Text Sitemap (urllist.txt.gz) to...
« on: April 14, 2008, 05:17:02 PM »
Despite amending every path I could find or see the generator
always saves urllist.txt.gz to the programme's own area and
not to the operations/live area ie all those paths ref above;~/
Is this a built-in failing of xml-sitemaps programming, some legal
reason or did I just do something wrong? Please advise how I
might coerce your programme to saving urllist.txt.gz into the
operations/live area and not hiding it in the programmes area.
(IOW I'm fed up having to manually copy the file over...)
----best wishes, Robert
Re: save Text Sitemap (urllist.txt.gz) to...
« Reply #1 on: April 14, 2008, 10:10:01 PM »
You can define location of text sitemap in config.inc.php file:
Code: [Select]
    'xs_sm_text_filename' => '/path/to/urllist.txt',
    'xs_sm_text_url' => 'http://www.domain.com/urllist.txt',
Re: save Text Sitemap (urllist.txt.gz) to...
« Reply #2 on: April 14, 2008, 10:31:31 PM »
Oleg----
My assumption is that the upper line is an absolute ie server path?
I tried entering the details into the named file.
The first time I ran xml-sitemaps I find that the change have now
been over-written by the given programme. So... how to stop the
programme changing things back!?
----best wishes, Robert
Re: save Text Sitemap (urllist.txt.gz) to...
« Reply #3 on: April 15, 2008, 01:44:28 AM »
Oleg----
(somehow) I now have your suggested patch working here
with the urllist.txt file going to the working folder. My thanks;~)