Forum Moderators: coopster

Message Too Old, No Replies

How to make Subscribe page when I have XML?

         

toplisek

10:50 am on Apr 22, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



How to make Subscribe page when I have XML?

I enclose just sample. I would like to make it on the right Subscribe Now! section and under this
news. I have currently XML.

Need help.

I can not add image to this forum...to help you and you help me...

eelixduppy

3:07 am on Apr 27, 2009 (gmt 0)



Have you found a solution to your problem? Can you please elaborate so that it is easier for us to help out.

toplisek

11:56 am on Apr 27, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What solution as there was any post...

toplisek

12:38 pm on May 15, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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$ [feeds2.feedburner.com...] [R=301,L]

Need help.