View Single Post
Old 02-22-2008, 07:34 AM   #2 (permalink)
Bagi Zoltán
Contributing Member
 
Bagi Zoltán's Avatar
 
Join Date: 11-28-06
Location: Hungary
Posts: 196
iTrader: 1 / 100%
Bagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebodyBagi Zoltán is liked by somebody
The solution I will describe will work only on apache server where mod rewrite is enabled.
As first step you need to add this line to your .htaccess file

Code:
AddType application/x-httpd-php .html
this will make your frontpage executed as a php script. Now go for an rss parser script. You may want to use rss2html since it is very easy to implement, but carp or magpierss will do the job as well. You need to add the URL of the rss to the configuration file of the parser and call the file as any other php file, using the php include function.
PHP Code:
<?php include('rss-parser.php'); ?>
__________________
eCommerce shopping cart :: seo directory
Bagi Zoltán is offline   Reply With Quote