How do I redirect all traffic from one domain to a different domain that is using different file names. I would like to redirect all files in the /example folder to newdomain.com/example2 The thing is the files in the example2 folder have different file names so I just want everything in the /example folder to redirect to /example2 and not attach the file name to the end. How can this be done?