| Posted: 01 July 2008 at 9:23am | IP Logged
|
|
|
Thanks Anton for the reply.
The website uses Miva Merchant and /mm5/merchant.mvc is the home page for the website where its home directory is an upper folder.
Home directory: C:\Inetpub\wwwroot\mysite\
Miva Merchant folder: C:\Inetpub\wwwroot\mysite\mm5\
I put these lines in index.php at the home directory to have the website redirect to /mm5/merchant.mvc.
header("HTTP/1.1 301 Moved Permanently"); header("Location: /mm5/merchant.mvc");
And the result is www.mysite.com/mm5/merchant.mvc
What I would like to do is to make the URL displayed just like www.mysite.com
Is there a way around to achieve this?
|