I take it your shop is now in a SUB directory?
If so, create a welcome HTML page in your root directory, and call it "index.html"
Here's an example:-
HTML Code:
<html><head><title>MY HOME PAGE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-gb">
<meta name="robots" content="follow, index"></head><body>
<div align="center">
<p> </p>
<table border="0" cellpadding="0" cellspacing="3" width="750">
<tbody><tr>
<td align="center" valign="top">
<a target="_self" href="http://www.mysite.com/shop/index.php">ENTER OUR SHOP</a></td>
</tr>
</tbody></table></div></body></html>
Bookmarks