I have a site that uses a copyright date on all pages.
Up until now I have been using the following command.
However, the site I am working on goes pretty deep in its directories. For example,
http://www.site.com/dir1/dir2/dir3/page.php
So I figured if I added ../ I could get the include file to work...no luck I got warnings out the ear.
I even used the following.
No luck again.
When I added the
http://.. before the path I received a warning telling me something about not supporting seeking.
Any help with this is welcome as I'm about to go nuts.