Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by ServerSpook:
http://wiki.apache.org/httpd/RewriteFeed

The comment on the change is:
not sure correct place? 

New page:
= Rewriting WordPress Feeds to Feedburner =

{{{
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ 
/(comments/)?(feed|wp-atom|wp-feed|wp-rss|wp-rdf|wp-commentsrss)(.*)\ HTTP/ 
[NC,OR]
RewriteCond %{QUERY_STRING} ^feed [NC]
RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC]
RewriteRule .* http://feeds.askapache.com/apache/htaccess? [R=307,L]
}}}

Code based from [http://www.askapache.com/htaccess/feedsmith-htaccess.html 
article]

Reply via email to