Show
Ignore:
Timestamp:
09/17/07 22:20:04 (15 months ago)
Author:
dom
Message:

remove obvious cgi stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website-new/preview/.htaccess

    r902 r1120  
    1 Options +ExecCGI 
    2 AddHandler cgi-script .cgi 
    3  
    4 DirectoryIndex page 
    5  
    6 <FilesMatch "^(page)$"> 
    7   SetHandler cgi-script 
    8   Options +ExecCGI 
    9 </FilesMatch> 
    10