• Hello:
    I’ve finally launch the new version of my site today, and have a question.

    To prep for the site, I’ve had it in a /wordpress subdirectory and left the index.php there too. But today, I’ve moved the index.php to root. So my question is would the following still be valid for podcast feeds…


    #podcast rewrite
    RewriteRule ^podcasts/?$ /wordpress/index.php?category_name=podcasts [QSA,L]
    RewriteRule ^podcasts/feed/(atom|rss2)/?$ /wordpress/index.php?feed=$1&category_name=podcasts [QSA,L]

    Or would it need any modification at all so things don’t break?

  • The topic ‘Podcasting – Quick Question Regarding Rewrite Rules’ is closed to new replies.