Forum Moderators: phranque
http://example.com/thisandthat* (where * means anything attached to this URL string) to end up at my new domain at http://example2.com/redirect.html Where redirect.html is a page that says "You landed here because ...". I tried, in the .htaccess for my original domain, example.com, the command RedirectPermanent "/thisandthat" "http://example2.com/redirect.html" So I test it out by going to http:/example.com/thisandthat/test.html But the logs for my new domain say that this request was interpreted as http://example2.com/redirect.html/test.html which is nonsense. My new domain shrugs it off as a 404 error. I want ANY request for stuff in "thisandthat" to be redirected accordingly to redirect.html. Help!