I have a long list of regions that currently each have their own physical directory. I want to get rid of the directories and use a single file so I have started looking at mod_rewrite.
Would I have to create a rewrite rule for every region as I have other directories in the root such as 'include' and 'lib' that I don't want to be included if I just did a pattern match for any string? Or is there a better way?