Changes in /h5ai/.htaccess

This commit is contained in:
Lars Jung 2011-08-12 19:04:14 +02:00
parent 7d6ced78da
commit 745bff09cb
5 changed files with 21 additions and 3 deletions

View file

@ -10,9 +10,14 @@ It uses the [Faenza icon set](http://tiheum.deviantart.com/art/Faenza-Icons-1733
## Changelog
### v0.13.2 · *2011-08-12*
* changes in `/h5ai/.htaccess` ... PHP configuration ...
### v0.13.1 · *2011-08-12*
* hopefully fixed that PHP doesn't get interpreted
* ~~hopefully fixed that PHP doesn't get interpreted~~ :/
* fixed initial tree display
* added sort order option
* added/fixed some translations

View file

@ -3,7 +3,7 @@ custom = true
# project
project.name = h5ai
project.version = 0.13.1
project.version = 0.13.2
# src

Binary file not shown.

Binary file not shown.

View file

@ -1,7 +1,20 @@
AddType text/html .php
AddHandler application/x-httpd-php .php
###########################################
# if php doesn't get interpreted try to
# uncomment one of the following lines
###########################################
#AddHandler application/x-httpd-php .php
#AddHandler application/x-httpd-php5 .php
#AddHandler application/x-httpd-php52 .php
#AddHandler application/x-httpd-php53 .php
#AddHandler php-script .php
#AddHandler php5-script .php
#AddHandler php52-script .php
#AddHandler php53-script .php
# cache images, css and js for 52 weeks