Cool.. I set it to absolute now it works! thanks!
but... now that the index is a PHP file.... will it work the same way as a index.html file... where.. when someone goes to
www.gopednation.com... it pulls up the index.html file...
?
Thanks
eso
Quote:
Originally posted by Darren Lewis
Thank you all very much for the replies and support.
Thanks. I've had a look at your page and the problem is that your website's index.php file cannot find the webwelcome.php script.
The problems is with the path in the statement
PHP Code:
<?php include ("webwelcome.php"); ?>
Have you got the webwelcome.php file in the same directory as your website's index.php file, ie the root? If you have the above include should work. Some servers can be a bit funny about paths though. You could try changing it to an absolute server path.
I've double checked that the above include statement will work when the webelcome.php file is in the root folder with the index.php file and it does on my server (running Linux).
Hope this helps.
Darren.
|