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:
@@ -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
|
||||||
|
@@ -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.
@@ -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
|
||||||
|
Reference in New Issue
Block a user