Details
Description
The event feed links (RSS, ical, html, etc.) all have admin URLs which don't work for public access.
Example: currently they are:
http://DOMAIN/administrator/index2.php?option=com_civicrm&task=civicrm/event/ical&reset=1&page=1&rss=1
They SHOULD be:
http://DOMAIN/index.php?option=com_civicrm&task=civicrm/event/ical&reset=1&page=1&rss=1
Note that the public-access link DOES work (second one). So it should only be a matter of correcting the links on the CiviEvent dashboard page.