Forum Moderators: phranque

Message Too Old, No Replies

another RedirectMatch 301 question

         

keyplyr

10:54 pm on Nov 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'm using this to redirect defunct file requests to my index page:

RedirectMatch 301 ^/(audio¦binary¦mid¦midi)/ http://www.my-domain.com/

I wished to add redirectioon for requests for /binary_files/blah...
would this be correct?

RedirectMatch 301 ^/(audio¦binary(_files)?¦mid¦midi)/ http://www.my-domain.com/

Thanks

[edited by: jdMorgan at 2:07 pm (utc) on Nov. 12, 2003]
[edit reason] De-linked [/edit]

keyplyr

10:57 pm on Nov 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I was finally able to test, and yes it is working the way I intended.