urllist.txt
« on: November 09, 2006, 10:44:44 AM »
The script always generates the urllist.txt in the  data folder /data/urllist.txt I don't have any config options to specify a different location for this file to be generated, how can I make the script generate the urllist.txt into my site's root folder along with the sitemap.xml, sitemap.html and ror.xml?
Re: urllist.txt
« Reply #1 on: November 10, 2006, 09:58:18 PM »
Hello,

you can configure this with manually modification of config.inc.php file:
Code: [Select]
    'xs_sm_text_filename' => '',
    'xs_sm_text_url' => '',
the first parameter is filename, the second is URL.
Re: urllist.txt
« Reply #2 on: November 11, 2006, 06:57:29 AM »
I've tried addeding this to my config file however the script wil not run/load at all with them in?
Re: urllist.txt
« Reply #3 on: November 12, 2006, 12:52:16 AM »
Probably you've entered incorrect values - how these lines look like in your config now?
Re: urllist.txt
« Reply #4 on: November 12, 2006, 07:58:58 AM »
'xs_sm_text_filename' => '/www/docs/urllist.txt',
'xs_sm_text_url' => '[ External links are visible to forum administrators only ]',
« Last Edit: November 12, 2006, 08:28:16 AM by chris1 »
Re: urllist.txt
« Reply #5 on: November 13, 2006, 09:34:04 PM »
it seems to be correct. Is there any error message when you open sitemap generator interface?
Please lt me know your generator URL/login in private message.