Jump to content
Larry Ullman's Book Forums

Ch 9 "Server Will Not See Header.Html"


Recommended Posts

Hi

For some strange reason, I cannot seem to save a header.html file on my local server. I can save the footer.html and all the other files but not header.html.

I have tried using various programs...even Front Page...still nothing.

 

What I have done though, is to save my header file as h1.html and that seems to work.

Link to comment
Share on other sites

No error, the file saves but I cannot see it when I open it in my server. Only if i save it as h1.html , do i see it on my server. I see my footer.html though.

It is not a major problem, I just wanted to know if this is a common problem.

Link to comment
Share on other sites

ok...here goes.

 

(header.html && footer.html) =>/C:/EasyPHP/www/basicMySql/includes

 

index.php => /www/basicMySql/

 

<?php # Script - index.php

$page_title = 'Welcome to this Site!';

include ('includes/header.html');?>

 

 

<?php
include ('includes/footer.html');
?>

 

The includes/footer works fine.

Link to comment
Share on other sites

I have uninstalled and reloaded easyPHP and it does run it now BUT it does not show the file (header.html) in the EasyPHP admin page .

It does show all the other files, including the 'h1.html'.

 

If I go to the folder via windows7, i can see it...

so i'm thinking it's an EasyPHP glitch...I can live with it for now.

Link to comment
Share on other sites

 Share

×
×
  • Create New...