Page 1 of 1

[solved] RSS feed - two different faces

Posted: Mon 7. Mar 2005, 06:13
by purnsam
I tested RSS feed on my window apache webser with dev 1.2.1
It works well.

but when I tested on my webhosting server with dev 1.2.1 It's not working.

If I use RSS feed in phpwcms , Is there some special php function required?

Thanks,

:arrow: [solved] my webhosting server allow_url_fopen off.
if you use RSS in this case, please edit .htaccess as follows:

php_flag allow_url_fopen 1

Posted: Mon 7. Mar 2005, 08:20
by pico
Hi

look into your Serverconfig with phpinfo (Backend - Admin) and there look for XML. As far as I know RSS works with XML and so I think that XML has to be installed.