<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
Remove any index.htm, index.html files in the root directory of the website, and replace it with index.php.  In that file, put
<br /><?php
<br />header("HTTP/1.0 301 Moved Permanently");
<br />header("Location: http://www.domain.com/new-directory-name/");
<br />?>
<br />
<br />That will direct the requests for that site into the new-directory-name location, and Joomla will work.  We use that on lots of sites.  Most of the time - its someone who has built Joomla or Wordpress in a directory under the root of the website (we recommend they use "cms").  The redirect is simple to put in place once the Joomla build is done and working - and it doesn't affect the original website in the root directory while the Joomla is being built/debugged.
<br />
<br />
<br />
<br />Chuck
<br />
<br />
<br /><font size="2"><b>--------- Original Message 
-----------</b>
<br />
From: Harm van Houten <harm.vanhouten@united4all.nl> 

<br />
To: "BlueOnyx General Mailing List (blueonyx@mail.blueonyx.it)" 
<blueonyx@mail.blueonyx.it> 

<br />
Sent: Sat, 4 Jul 2015 11:38:00 +0000 

<br />
Subject: [BlueOnyx:17951]  redirect to difrent folder? 

<br />

<br />> Hi 
all,<o:p />

<br />> <o:p> 
</o:p>

<br />> I was wondering if there is a way to redirect a webpage to a new 
folder?<o:p />

<br />> <o:p> 
</o:p>

<br />> I have a user that has build a new site @/JoomlaV3.1 and wants that to 
be the new default page without having to reconfigure the joomla page 
?<o:p />

<br /><b>------- End of Original Message 
-------</b>
<br />

</font>

</BODY>
</HTML>