This is a great hack. We had it working on our old server and since we switched servers, we are having troubles

It works perfectly on the cgi server in the root directory. However, once it is placed in a folder and to work on a non-vb page, it isn't recognized. We use this to update our features pages. For example if we place the last10config, naming it last107config in the root, the page works the way it should.
http://cgi.cacfriends.com/ed.shtml. However, if we place it in a folder,naming that folder Ed, it doesn't seem to be able to find it, no matter what we try. We have even played with the config name and it makes no difference...it just doesn't see the folder!
The coding for Ed.shtml (which works properly) is as follows: <!--#include file="last107.php"-->
However, once it's placed inside a folder
http://cgi.cacfriends.com/ed/ed.shtml and using that coding, we get an error.
If we use the following coding: <?php
include ('http://cgi.cacfriends.com/ed/last10.php'); ?> we don't get an error but it also isn't recognized. We have tried everything and nothing seems to work.
HELP!!
Thanks,
Kath