View Single Post
  #5  
Old 04-25-2009, 06:02 AM
iUnknown iUnknown is offline
Member
 
Join Date: Nov 2008
Posts: 38
Quote:
Originally Posted by auser View Post
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>
I know that is an option but I am looking for a way to do it by .htaccess which should work fine in Litespeed... are you saying I cannot do this?

Thanks.
Reply With Quote