How do I specify individual attributes if my URL contains commas?

For example, my site, which is joomla-based has URLs that look like this:

/component/option,com_comname/

some are more complex and contain several commas.

Since it appears that a comma is what tells the script where my URL ends and the update, frequency and priority attributes begins, how to I specify individual attributed?

Also, is it possible to specify just priority or just frequency or just last updated date instead of all three? I'd like to just specify freq and priority for some URLs.

Thanks!
John
Visit
Re: How do I specify individual attributes if my URL contains commas?
« Reply #1 on: August 05, 2007, 07:26:49 PM »
Hello,

you can specify a part of URL in that option like:
com_comname/,2005-11-14,monthly,0.9

You can skip some attributes to keep them default, like:
com_comname/,,,0.9
Re: How do I specify individual attributes if my URL contains commas?
« Reply #2 on: August 06, 2007, 07:37:42 AM »
Thanks, that worked perfectly!
John
Visit