Hello all Laconicaians ;) Is there much documentation on the .htaccess file?
I would like to know if I can change the RSS feed location to somewhere else, ie feedburner, like this: *RewriteRule ^rss$ index.php?action=publicrss [L,QSA]* change to: *RewriteRule ^rss$ http://feeds2.feedburner.com/MYRSSFEED [L,QSA]* Will this work? If not, do I have to change it in the *action.php* file? Just adding a line to the function: *function showFeeds() { // does nothing by default $this->element('link', array('rel' => 'alternate', 'type' => 'application/rss+xml', 'href' => ' http://feeds2.feedburner.com/MYFEED', 'title' => common_config('site', 'name').' Posts Stream')); } * * Thanks for any direction. Jason *
_______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
