Guspaz wrote:
I'm not sure if
http://www.domain.com/?feed=rss is technically a valid URL (even if it works). Try specifying the filename:
http://www.domain.com/whatever.php?feed=rss
RFC 3986 says it's cool... //www.domain.com/ is the hier-part, and ?feed=rss is the query. If
http://www.domain.com/ works, then
http://www.domain.com/?feed=rss should work. Whether it does the right thing is an implementation question...
What does
http://www.domain.com/?feed=rss do instead of working, and why does
http://www.domain.com/rss (which is a completely different object, with hier-part //www.domain.com/rss) work?
_________________
Code:
/* TODO: need to add signature to posts */