Integrating & Submit Your RSS Feed

* 12345 - Your Feed identifier.

Your feed will be updated automatically to the chosen schedule

Instant submission URL

Permalink from the Mysitemapgenerator.com:
Copyhttps://www.mysitemapgenerator.com/feeds/12345.rss?xsl
This URL can be provided to any of the related services.

Feed URL in your Domain

Download our script from this link: https://www.mysitemapgenerator.com/sources/rssfeed.v2.zip Open it and set the value of the '_USECHANNEL' constant equal to the ID of your site: 12345*
define('_USECHANNEL',12345);
Upload the script in the root directory of your Website. Make sure that the cache file (which is specified in the '_CACHEFILE' constant) is set to write permissions (usually - cmode 0777).
define('_CACHEFILE','./file.tmp');
Your feed will be accessible by URL:
http://yoursite.com/rssfeed.php
If you want the Feed to be accessible via a link to a file with the .rss extension (http://yoursite.com/feed.rss), add the following to your .htaccess file:
RewriteEngine on
RewriteBase /
RewriteRule ^feed.rss$ /rssfeed.php [L]
For compatibility with the configuration of the current .htaccess file, the entries should be added before other RewriteRule directives or at the beginning of the file.