|
I have a php script that loads the RSS news content to the browser. This php script doesn't work in localhost but works perfectly fine when uploaded in the hosting server.
What configurations do i need to change in the apache httpd.conf file? I am using Easyphp.
I have checked my firewalls and antiviruses too. I disabled them to see if it works but in vain.
Please suggests what should i do?
Accessing internet content from localhost in apache?
Do you have PHP installed on your localhost? Apache by itself doesn't know how to process PHP code, you have to install PHP as well.
http://www.php.net/downloads.php
Here are installation instructions:
http://www.php.net/manual/en/install.php
Accessing internet content from localhost in apache?
Confirm that EAsyphp is running PHP properly.. Ir sounds like you have a network connection of server misconfiguration problem.
Check the configurations options for the RSS news content, make sure the URL you specified is valid.
Make sure that the RSS networking features in PHP are working properly, Cut and paste the RSS url into a browser and see if it appears. If it does it means you have the correct url and php should pick it up immedicately, otherwise it measn the URL is wrong or something is blockign the connection..
Good luck
|