Hi there.
I put my vB site in a directory as at some stage I want to build a site around it and didn't want everything in the root.
However, I have just read on another site that some search engines will refuse to crawl my site since my index.php just redirects to the /forum/index.php
Can anyone please help?
Site: My Spain - British Expat In Spain Forum (if it's down keep trying as host changeover is happening today hopefully)
The source for index.php is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="vBulletin 3.7.4" />
<meta name="keywords" content="british,expat,spain,espana,resource,expat riate,residencia,pension,healthcare,retire,retired ,work,news,euro,nie,permit,resident,forum,communit y" />
<meta name="description" content="The British Expat discussion forum for living in Spain" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Myspain.es - The British Expat community for Spain</title>
</head>
<?
Header("Location:http://www.myspain.es/forum/index.php" );
?>
<body>
</body>
</html>
Thanks!



LinkBack URL
About LinkBacks





Reply With Quote

