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!