Changeset 2232


Ignore:
Timestamp:
02/24/08 23:18:49 (5 years ago)
Author:
sam
Message:
  • Fallback to application/x-httpd-php if mod_action isn't here.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/.htaccess

    r2231 r2232  
    1919 
    2020# MIME Types 
    21 AddType application/x-cgi-php .html 
    2221<IfModule mod_action.c> 
     22  AddType application/x-cgi-php .html 
    2323  Action application/x-cgi-php /cgi-bin/php5 
     24</IfModule> 
     25<IfModule !mod_action.c> 
     26  AddType application/x-httpd-php .html 
    2427</IfModule> 
    2528AddType text/css .css 
Note: See TracChangeset for help on using the changeset viewer.