Hi
I am running XAMPP, and I followed some instructions on how to get a virtual host running. Here they are:
[
foundationphp.com...]
Now, my localhost server works fine with the website working fine, but my front page is missing the horizontal menu when I run it from a virtual host.
Particularly this line doesn't seem to be running out of virtual host. This line new the top of my body doesn't seem to be getting executed
<!--sphider_noindex--><?php require_once('includes/horizmenu.inc.php'); ?><!--/sphider_noindex-->
Once again, it's fine when I run it from the htdocs folder, it just doesn't work when I run it from a virtual host.
Does anyone have any ideas?
David.