Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 27th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to put different host entries on same linux server, for different virtual hosts? [closed]
  2. xx.xx.xx.xx       apis.example.com
  3.        
  4. require_once 'Zend/Config/Ini.php';
  5. $config = new Zend_Config_Ini('application.ini', 'settings');
  6. $app_config = $config->toArray();
  7.  
  8. $third_party_url = $app_config['urls']['third_party'];