diff --git a/README.md b/README.md index a06f381b..f5598448 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.properties b/build.properties index 4b2ddeed..0044b806 100644 --- a/build.properties +++ b/build.properties @@ -3,7 +3,7 @@ custom = true # project project.name = h5ai -project.version = 0.13.1 +project.version = 0.13.2 # src diff --git a/release/h5ai-0.13.1.tar.gz b/release/h5ai-0.13.1.tar.gz deleted file mode 100644 index dc3b5e44..00000000 Binary files a/release/h5ai-0.13.1.tar.gz and /dev/null differ diff --git a/release/h5ai-0.13.1.zip b/release/h5ai-0.13.1.zip deleted file mode 100644 index 79838a38..00000000 Binary files a/release/h5ai-0.13.1.zip and /dev/null differ diff --git a/src/h5ai/.htaccess b/src/h5ai/.htaccess index a3a4c553..c21ea012 100644 --- a/src/h5ai/.htaccess +++ b/src/h5ai/.htaccess @@ -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