Evening
I need to know more about this , as i have my site running of an apache server and would like to use the php script for my rss feeds
Many Thanks
Evening
I need to know more about this , as i have my site running of an apache server and would like to use the php script for my rss feeds
Many Thanks
Useful resources:
Simple demonstration: http://snippets.dzone.com/posts/show/459
More detailed: http://www.desilva.biz/php/phpinhtml.html
once i add the code from those websites to my .htacess and upload it to my root i get a 500 internal server error for my website, so after a bit of research i added the following code
AddType text/html .htm .html
AddType application/rss+xml .rss .xml .0
AddType application/xhtml+xml .xhtml
AddType application/x-httpd-php .html .htm
AddHandler application/x-httpd-php .html .htm
and all is good
many thanks
Unfortunately these things to vary a lot from host to host but thanks for posting that as another user might find it useful in future :)
This topic has been closed to new replies.