Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: RSS PHP feed into HTML |
|
Author |
|
DexterDave
Joined: 10 May 2011 Posts: 11 Location: South Africa
|
Posted: Fri 13 May '11 19:06 Post subject: RSS PHP feed into HTML |
|
|
Hi
Need some help.
I want to embed a php coded RSS feed into my html website(that runs on my apache server). Now I have enabled Apache to run php5 as a module and I did include the following into my httpd.conf file:
Under the "loadmodule lines:
LoadModule php5_module "c:/php/php5apache2_2.dll"
Under <IfModule mime_module>:
AddType application/x-httpd-php .php
AddHandler application/x-httpd-php .php .htm .html
and PHPIniDir "c:/php" at the bottom of httpd.conf.
Now whenever I load my webpage, the php code (or the rss feed in this case) does not display. I've tried everything I can think of, and there is nothing wrong with the RSS feed php code. It's legit
Thanks |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|