mod_alias を使用してこれを非常に簡単に行うことができます
Alias /data /data/outside/documentroot
<Directory /data/outside/documentroot>
Order allow,deny
Allow from all
</Directory>
http://example.com/data/file1.dat のような URL をファイル /data/outside/documentroot/file1.dat にリダイレクトします
Alias
が欲しい .