
04-25-2009, 05:59 AM
|
|
Senior Member
|
|
Join Date: Mar 2009
Posts: 119
|
|
can't get out a good Rewrite Rule at the moment 
there is one workaround may work in your case.
create a index.html in your document root:
Code:
<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=cubecart/index.php">
</head>
</html>
|