A "redirect" in Linux/UNIX is called a link. In your case a "soft"
link. Read up on links. You can put your web DocumentRoot in
/var/www/whatever where whatever is a link to where the docs really are.
You can also change the apache2 configuration files (in /etc/apache2
to point to wherever you want it to. I use /web since my files are on a
separate drive.