Dear Friends,
i am shifted my
website hosting from linux server to windows when i try to include a php page in
website hosting another php page
example
<?
include('abc/123.php');
?>
it shows error url hosting is disabled.
Warning: include() [function.include]: URL file-access is disabled in the server configuration.
how i can enable it.
Nishant