How autocopy /data/
« on: May 30, 2006, 08:19:27 PM »
How i can set autocopy some file from /sitemap/data/ to
[ External links are visible to forum administrators only ] ...
eg.
sitemap.xml
sitemap.xml.gz
??
I thing about this files:
sitemap.html
sitemap.xml
sitemap.xml.gz
urllist.txt
urllist.txt.gz
....
Re: How autocopy /data/
« Reply #1 on: June 01, 2006, 01:00:09 AM »
Hello,

you can use the following shell command to copy the files:
Quote
cd /path/to/public_html/sitemap/data
cp *.xml *.gz *.txt *.html ../../

Please note that you can configure Sitemap generator to store sitemap files to the folder of your choice using "Save sitemap to:" and "HTML Sitemap filename:" parameters.
Re: How autocopy /data/
« Reply #2 on: June 01, 2006, 05:12:55 PM »
I cant! No shell :/

I thing about:

TXT Sitemap filename:
//urllist.txt

in Configuration  ;)
Re: How autocopy /data/
« Reply #3 on: June 02, 2006, 11:21:15 AM »
Hello,

I see. You can configure html and xml sitemap locations in Configuration page. As for text sitemap, here is an explanation on how to define the location to store txt sitemap:
https://www.xml-sitemaps.com/forum/index.php/topic,228.html
:)
Re: How autocopy /data/
« Reply #4 on: June 02, 2006, 03:41:48 PM »
YES YES YES!
Work :D