Page is a not externally linkable
keyplyr - 10:41 am on Jan 23, 2013 (gmt 0)
I think almost all my pages now have a php include.
Lucy, if the host that allows php includes (running PHP 5.2 or earlier) goes to cloud based file serving, in all probability they will upgrade to PHP 5.3 or greater and your php includes will likely break (no matter what type handler you use in htaccess.)
You might consider checking into this, and if needed, changing to virtual includes prior to this event. They are actually much faster and less of a server load.
Ask me how I know :)