Show c5 page out site installation directory

Permalink
I am trying to show some concrete5 page to my front(homepage) which is outside concrete5 installation directory how can i do. I've try include the url but my server doesn't allow url include.
my code
<?php include "http://mysite.com/concrete5/index.php?cID=1001" ?>

I've try include concrete5/index.php?cID=1001 <-- also not working (file not found)

The question is, is it posible and if so how to with out ask the host to open this function.