I definitely want to keep my index.html but when someone clicks on my "store" link, I want them to go to my index.php file. My site is highly optimized for search engines now and I don't want to change that.
I know you're going to think I'm really stupid but how do I edit my index.php file? Via the admin area? Under files on the right? Under webmaster mode? etc?
For removing the powered by link, my bottom.tpl shows the following. There is no "powered by xcart" to remove.
<table border=0 width=100% cellpadding=0 cellspacing=0 align="center">
<tr><td class=VertMenuBorder>[img]{$ImagesDir}/spacer.gif[/img]
</td></tr>
<tr height=22 valign=center align=right>
<td class=Bottom>
<table border=0 width=100% cellpadding=0 cellspacing=0><tr>
<td class=Bottom>{include file="main/prnotice.tpl"}</td>
<td class=Bottom align=right>{include file="copyright.tpl"}</td>
</tr></table>
</td>
</tr>
</table>
There is a poweredby.tpl that might be the right place but all it shows is the following. What would I change there?
{* $Id: poweredby.tpl,v 1.4.8.1 2003/12/25 13:53:50 svowl Exp $ *}
__________________
Version 4.0.5
|