[Bug 21570] New: require mod_include

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21570

            Bug ID: 21570
           Summary: require mod_include
    Classification: Unclassified
           Product: Validator
           Version: HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Website
          Assignee: dave.null@w3.org
          Reporter: viktor@szepe.net
        QA Contact: www-validator-cvs@w3.org

without apache include module the templates won't word by themselves
please add IfModule:

<IfModule mod_include.c>
Options               IncludesNOEXEC Indexes MultiViews
AddHandler            server-parsed .html
</IfModule>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 3 April 2013 15:26:54 UTC