The MU forums have moved to WordPress.org

Redirect one user's blog to a different directory (3 posts)

  1. t3ch33
    Member
    Posted 15 years ago #

    Here's the structure of the site:
    domain.com/users

    users is the MU install. I have created a blog named news for articles that I want to publish. But, I don't really want it under the users directory, because it doesn't belong there. Is it possible to continue publishing the news blog but have its contents redirected to another directory? So:

    domain.com/users/news/article1
    will redirect to:
    domain.com/news/article1 or domain.com/article1

  2. MrBrian
    Member
    Posted 15 years ago #

    I see what you were trying to accomplish there, but uh.. I think you would need to code a custom plugin for that and even add some rewrite rules to apache. Not easy.

  3. andrea_r
    Moderator
    Posted 15 years ago #

    Nope, not easy. I'd actually try a whole other things to avoid that situation in the first place, that's how not easy it is. :)

About this Topic