1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-21 13:11:19 +02:00

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 ## Changelog
### v0.13.2 · *2011-08-12*
* changes in `/h5ai/.htaccess` ... PHP configuration ...
### v0.13.1 · *2011-08-12* ### 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 * fixed initial tree display
* added sort order option * added sort order option
* added/fixed some translations * added/fixed some translations

View File

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

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,20 @@
AddType text/html .php 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 # cache images, css and js for 52 weeks