Actually, a php include might not work. You cant use absolute URL paths, only relative paths to pages on the same server. If on another domain, yet on same server you'd need relative paths to the drive and folder. ie
Code:
<?php include('D:/foldername/filename.html'); ?>
you cant do this
Code:
<?php include('http://sitename.com/autoprotectors/footer.html'); ?>
as php wont recognize the absolute URL path. 
axemedia added 0 Minutes and 29 Seconds later...

Originally Posted by
GRIM
I would not trust a no index or no follow tag in such an instance.
why not???
Bookmarks