The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Multiple feeds and feedburner
Hello! I'm trying to use htaccess to customize my feeds, on one hand there is the global feed on the other one, a podcast forum feed.
I'm using adsense + feedburner, but the common feedburner rule for htaccess transforms any feed into the global content. Now, this means every little icon in vB4 is useless Anyway, hope someone can help me get through this Here is the original rule: Code:
RewriteEngine on RewriteCond %{HTTP_USER_AGENT} !FeedBurner RewriteRule ^external\.php$ http://feeds.feedburner.com/myfeed [R,L] Code:
RewriteEngine On RewriteCond %{HTTP_USER_AGENT} !FeedBurner RewriteRule ^external\.php$ http://feeds.feedburner.com/myfeed [R,L] RewriteRule ^external\.php?type=RSS2&forumids=3/?$ http://www.mysite.com/external.php?type=RSS2&forumids=3 [R,L] thanks in advance :3 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|