A few steps down....   I made this simple script:  <?php
echo "<pre>";
print_r ($GLOBALS);
echo "</pre>";
?>
 and I found difference into [_SERVER] and [HTTP_SERVER_VARS] Values into [REQUEST_URI] are different. Using my_hosts.pac into [REQUEST_URI]  is the full url while using widows hosts only the script name.   Keep on   J!