That said, the rewrite here puzzles me. Wouldn't Pepper have to fetch the real feed.xml using that URL, which would then, uh, be rewritten to Pepper itself? In other words, wouldn't this cause a loop?
On Jan 3, 2007, at 4:01 PM, Ernie Oporto wrote:
An explanation is in order. This is for a new Pepper in Mint.In effect, I am redirecting to a PHP script that is taking care of tracking IP address and clicks for subscribers. This works for other feeds, but Typo has its own tree under all this which seems to be interfering. It requires something like the following in .htaccess in the root of the directory.RewriteCond %{REQUEST_URI} ^/blog/xml/rss20/feed.xml RewriteCond %{QUERY_STRING} !secretcode=a8e618RewriteRule ^blog/xml/rss20/feed.xml /mint/pepper/hansvankilsdonk/ feedback/tracker.php?secretcode=a8e618&FB_feed=http://www.shokk.com/ blog/xml/rss20/feed.xml [R=301,NC,L]
-- Kevin Ballard http://kevin.sb.org [EMAIL PROTECTED] http://www.tildesoft.com
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
