|
Hi,
I have design where the first page resides in a subdirectory
e.g.: root/site/main/index.php
now I put in the root directory the following page
=========index.php==================
<?php
header("Location: /site/main/index.php");
?>
<HTML>
<HEAD>
<title><?php print TITLE ?></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="description" />
<meta name="keywords" content="keywords" />
</HEAD>
<body>
</body>
</html>
=====================================
I admit I am pretty confused at the moment.
Is that ok to do ? Are there better ways?
Is that ok for Search Engines?
Thanks very much in advance for any comment/hint.
Jack
|