Changeset 1120

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

remove obvious cgi stuff

Location:
website-new/preview
Files:
2 removed
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