sharynh Guest
|
Posted: Tue Aug 28, 2007 1:18 am Post subject: Commands not working on localhost |
|
|
Hi all - apologies for the newbie question. I have set up Apache2.2 on
XP. It's running (when I put in http://localhost:8080 I get the "It
Works!" index page). II've tried putting in Includes as an option in
both the default <Directory> and in htdocs, and neither one works. So
then I tried an #echo and that doesn't seem to do anything either.
Suggestions???
I've made a test page & commands aren't working but I do see my
regular text:
<html><body>
echo for the date
<p>
<!--#echo var="DATE_LOCAL"-->
<p>
here comes the footer
<p>
<!--#include file="footer.shtml"-->
</body>
</html>
thanks in advance for your help |
|