Apache 2.2 redirect all but one directory

Solution 1:

You can modify the Redirect directive to instead make use of a RedirectMatch and use a pattern excluding /specialdir:

RedirectMatch Permanent "^(/(?!specialdir/).*)" https://example.net/$1