Changeset 5813

Show
Ignore:
Timestamp:
04/24/08 00:18:46 (9 months ago)
Author:
inureyes
Message:

#946

  • 도메인 모드에서 패스를 사용할 수 있도록 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rewrite.php

    r5703 r5813  
    5454        case 'domain': default:  
    5555            $pathPart = ltrim(rtrim(strtok($accessInfo['fullpath'], '?'), '/'), '/'); 
     56            if(!empty($service['path'])) $pathPart = ltrim($pathPart,$service['path']); 
    5657            break; 
    5758    }