|
|
Posted 4/22/2009 5:54:55 AM |
|
|
Forum Member
Group: Forum Members
Last Login: 9/21/2009 6:20:23 AM
Posts: 15,
Visits: 23
|
|
I enclose just sample. I would like to make it on the right Subscribe Now! section and under this
news. I have currently XML.
The webpage should be automatically updated on-the-fly and easily spidered by search engine robots. This script will allow me to create webpages that will always display the most current information from my rss feed (XML), and because the resulting page is pure HTML, it will be in a format friendly to search engine robots.
1. how to make page that there will be many links to subscribe like:
Choose your reader:...(Insert the url of the news feed )
2. The information in the feed will be updated when the feed contains new content.
3. PHP script for dynamically displaying rss feeds as HTML.
4. redirect the old feed URL to FeedBurner
Within .htaccess.:
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^([a-z]+)/atom\.xml$ http://feeds2.feedburner.com/bgv/$1 [R=301,L]
|
|
|
|
Posted 4/22/2009 12:14:09 PM |
|
|
Forum Deity
Group: Moderators
Last Login: Yesterday @ 11:12:32 PM
Posts: 1,460,
Visits: 6,534
|
|
moving this to the User-to-User Web Authoring forum as it appears to be a better fit there
critter42
-----------------------------
Note: I am not employed by NewsGator Technologies in any capacity
|
|
|
|