I want to be able to use an .htacess file to allow the main domain only to be redirected, but not a subfolder of that domain.
Example; somesite.com redirects to something.somesite.com but allow somesite.com/example through to what is in the /example directory.
I did see a question similar to this one but could not understand the answer well enough to want to use the code.