Using RSS Feeds and Mod_rewrite to add Classified Listings on your Website
(Page 1 of 4 )
Today we're going to discuss how to put job listings on your site using RSS feeds. You could easily adapt this script to use any type of RSS feeds, but our target for this article is Craigslist.org.
Craigslist.org is an extremely popular classified ads site. With the RSS feeds that they make available to us, we'll be able to create our own classified section that displays various types of ads from craigslist.org. We're going to use RSS feeds and some mod_rewrite to create our site. Craigslist makes their ads available for cities all over the world, and we are going to make our listings available all over the world too.
Our first step is to create a file called ".htaccess." This file contains our mod_rewrite rules: