131. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/13/2018 7:47:01 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

131.1 Files compared

# Location File Last Modified
1 Wed Mar 14 00:47:01 2018 UTC
2 TASCore_v1.0_Build_2_Jan_2018.zip\Build_Artifacts\mccf-tas_TAS.01.00.121_20171213_164037.tar .htaccess Wed Dec 13 23:09:45 2017 UTC

131.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 12
Removed 0 0

131.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

131.4 Active regular expressions

No regular expressions were active.

131.5 Comparison detail

        1   <IfModule  mod_rewrit e.c>
        2       Rewrit eEngine on
        3  
        4       # Don' t rewrite  files or d irectories
        5       Rewrit eCond %{RE QUEST_FILE NAME} -f [ OR]
        6       Rewrit eCond %{RE QUEST_FILE NAME} -d
        7       Rewrit eRule ^ -  [L]
        8  
        9       # Rewr ite everyt hing else  to index.h tml
        10       # to a llow html5  state lin ks
        11       Rewrit eRule ^ in dex.html [ L]
        12   </IfModule >