Wednesday 03 September 2003 1:23:04 am
Hello! I got tree sites. Two with EZ installed that has a meta refresh in the index file and one without. I am aiming to get listed in google, altavista and alltheweb. All sites are listed without problem in google, but the other two engines will not enter my ez sites but just lists my index page and I am sure that this is because of the meta refresh. I have been researching for a while and I am sure that is the reason. My BIG problem is that I don't know how to redirect my site (from index.html to /publish/index.php) in such a way that altavista and alltheweb will index it. Can anyone help me? I have tried everything I can but without any luck. Can I use som other kind of redirect or do a trick in the ez installation? Here is a typical index file for my sites:
<html>
<head>
<meta name="robots" content="index,follow">
<META HTTP-EQUIV="refresh" CONTENT="0;URL=/publish/index.php">
</head>
<body></body> </html> As said: works very well with Google, but the rest...
|