Skip to content

Instantly share code, notes, and snippets.

@veb
Created September 7, 2014 11:31
Show Gist options
  • Select an option

  • Save veb/ba732309f305191bd19a to your computer and use it in GitHub Desktop.

Select an option

Save veb/ba732309f305191bd19a to your computer and use it in GitHub Desktop.
vhosts.php
<?php
error_reporting(E_ALL ^ E_NOTICE);
$_SERVER['DOCUMENT_ROOT'] = str_replace($_SERVER['SCRIPT_NAME'], '', $_SERVER['SCRIPT_FILENAME']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment