Changeset 6624

Show
Ignore:
Timestamp:
09/06/08 22:03:18 (4 months ago)
Author:
daybreaker
Message:

refs #1085: IIS7용 rewrite 모듈 대응 추가

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rewrite.php

    r6558 r6624  
    1010    } 
    1111    if (!empty($_SERVER['PRELOAD_CONFIG']) && file_exists('config.php')) require_once ROOT."/config.php"; 
     12    if (isset($_SERVER['HTTP_X_ORIGINAL_URL'])) 
     13        $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_ORIGINAL_URL']; 
    1214    /* Retrieve Access Parameter Information. */ 
    1315    $accessInfo = array(