Skip to content

Instantly share code, notes, and snippets.

@EHLOVader
Created December 13, 2011 19:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EHLOVader/1473452 to your computer and use it in GitHub Desktop.
Save EHLOVader/1473452 to your computer and use it in GitHub Desktop.
Fix for VirtualDocumentRoot issues in Apache.
<?php apache_setenv("DOCUMENT_ROOT",$_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