Forums

Subdirectory redirects with .htaccess and wordpressmu (1 post)

  1. jamesk5a
    Member
    Posted 6 months ago #

    I'm trying to get the following URL redirect to work
    stfaiths.org.au/ask
    to
    stfaiths.org.au/resources/ask-a-minister/

    I took at look at this post: http://mu.wordpress.org/forums/topic.php?id=9084
    and came up with the following .htaccess lines:

    RewriteCond %{REQUEST_URI} ^stfaiths.org.au/ask [NC]
    RewriteRule ^(.*)$ http://stfaiths.org.au/resources/ask-a-minister/ [P]

    I can't seem to get it to work though. Anyone got any tips/suggestions as to what I've done wrong? I'm running WP as a subdir install (as opposed to a subdomain install).

    Full .htaccess file here: http://pastebin.com/f9c7eedc

    Thanks!

Reply

You must log in to post.

About this Topic