Sitemap.txt
« on: April 23, 2009, 10:11:33 PM »
Hi,

I am trying to create a sitemap.txt in my public_html directory not my /generator/data/urllist.txt directory.

I edited
 'xs_sm_text_filename' => '',
'xs_sm_text_url' => '',

However this creates php errors.

Warning: fopen (sitemap.txt) [function open]: failed to open stream: Permission denied in /home/domain/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 95

There are more warnings that come up too fast for me to see them.

sitemap.txt has been chmoded 666.

What can I do?

Lawrence



Re: Sitemap.txt
« Reply #1 on: April 24, 2009, 12:21:32 AM »
You should specify the full path to text file, not only filename.
Re: Sitemap.txt
« Reply #2 on: April 24, 2009, 02:42:28 AM »
That worked.

Thank you.