I am trying to write a rule to redirect some but not all of the content of a certain folder:
- ^folder1/ any .html files
- ^folder1/blackberry
- ^folder1/content
- ^folder1/data
- ^folder1/images
- ^folder1/docs
I need to use RewriteRule to send everything except ^folder1/blackberry to another site (eg, http://somedomain.com/main.html) and I'm sure there must a way to do this with regular expressions but I don't (yet) know how :-)