htaccess blog feed redirect
        Posted  
        
            by kb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kb
        
        
        
        Published on 2010-04-11T20:12:16Z
        Indexed on 
            2010/04/11
            20:13 UTC
        
        
        Read the original article
        Hit count: 313
        
hi helpful people,
i'm trying to get my old blogger blog feed URL (/blog/atom.xml) to redirect to my new blog feed URL (/blog/feed). A regular 301 redirect didn't work, and the advice given on the wordpress site, which is:
RewriteRule ^oldfeed.php(.*)? /wordpress/?feed=newfeed [QSA]
isn't quite cutting it either - probably because i'm not sure how to adjust the code for oldfeed to accomodate a directory. or for some other reason entirely!
Can anyone help me with this?
Thanks very much,
kb
© Stack Overflow or respective owner