Ciao, ho appena installato apache 2 e php5 su Windows. È la prima volta che mi confronto con queste piattaforme quindi ci capisco poco!
Comunque sembrava funzionare tutto ma quando ho messo un include in un file php con questa sintassi
codice:
<?php include("percorso del file") ?>
ma mi dà questo errore:
codice:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in C:\Programmi\Apache Software Foundation\Apache2.2\htdocs\sito_prova\prova.php on line 75

Warning: include(http://sito_prova/menu_lato.php) [function.include]: failed to open stream: no suitable wrapper could be found in C:\Programmi\Apache Software Foundation\Apache2.2\htdocs\sito_prova\prova.php on line 75

Warning: include() [function.include]: Failed opening 'http://sito_prova/menu_lato.php' for inclusion (include_path='.;C:\php5\pear') in C:\Programmi\Apache Software Foundation\Apache2.2\htdocs\sito_prova\prova.php on line 75
che può essere? GRAZIE!