When I need to temporarily (or permanently) take down a bunch of resources from my Apache webserver, I usually put the following in a .htaccess file in the appropriate directory: Redirect gone /directory/not/to/serve/ However, sometimes I’d actually like to continue serving a specific document somewhere within the redirected direcotry, but only that specific file. So …
Continue reading “Creating Exceptions to Apache Redirect Directives”