Can anyone provide some insight as to how to write out a redirect htaccess file that will not conflict the rss feed of that particular site. For example, I am trying to have the main index.php (simple machines forums site) page to be directed to another site that offers self hosting. Example ning. In turn, I would like to use the rss feed of the simple machines forum on the ning site to redirect the visitor back to the simple machines forum.
htaccess example:
Redirect /bbs/index.php http://xxx.ning.com/
when i create the file, it will redirect correctly but then the rss feed that I use on the ning to redirect back to the forum will not work, it will list the rss feed of the ning site.
any suggestions or advice would be appreciated.