View Single Post
Old 03-17-2009, 03:05 PM  
nico-t
emperor of my world
 
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
two sites, same server, same script, one virtual include works, the other not.

im using a small cgi script on site A. It calls the script like this:
<?php virtual ("/cgi-bin/script.cgi"); ?>
and you see the output on the page.

site B is on the same server in fact even the same IP. uploaded this exact same scrip and put the exact same code
<?php virtual ("/cgi-bin/script.cgi"); ?>
and it gives the error of Warning: virtual(): Unable to include '/cgi-bin/script.cgi' - request execution failed in...... the php page + line i put the <?php virtual ("/cgi-bin/script.cgi"); ?> code.

How in the fuck is this possible? Its completely the same!
nico-t is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote