301 redirect subfolder to subdomain

At the moment I’ve got Redirect 301 /folder/ [noparse]http://folder.domain.org.au/[/noparse] but I also want to make sure that all pages in the old folder are redirected to the index page of the subdomain.

At the moment /folder/page.php is being redirected to folder.domain.org.au/page.php whereas I want them all just to go to the home page.

Use RedirectMatch instead of Redirect :slight_smile:

Excellent, thanks. :slight_smile: