One other possibility:
I know this is a rather old thread but the answer may be of help to someone else.
Put a new index.html at the root. In the header place this redirect:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="REFRESH" content="0;url=http://www.xyz.com/shop/">
<title>XYZ Index Page</title>
The "REFRESH" will cause the new URL to be called. The 'Content="0;" is the timer. zero is now, 5 = 5 seconds, etc.




