I have built a new home page and I was hoping that I could get the information on how to redirect the site to open on the new page without doing a redirect on the server.. URL is clubxrated.com the new home page is clubxrated.com/Casual+Dating.php which I need to open as clubxrated.com. I have no toolbar in the page only a join and login. I have the redirect back to index.php when the home link is clicked to avoid being returned to the main URL so I am fine with that;
"templates\base\scripts\BxBaseMenu.php",
$sRootItem = '<a href="' . $this->sSiteUrl . '">' . _t('_Home') . '</a>';
replaced it with
$sRootItem = '<a href="' . $this->sSiteUrl . 'index.php">' . _t('_Home') . '</a>';
What I need is the code change to make the site open on the new page?
Hope someone can help.
Shane Timms