Skip to content

Commit

Permalink
Release Jelix 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentj committed Sep 22, 2016
1 parent f6ca517 commit 11545ac
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .config.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
multiviews= ".html,.gtw,.wiki"

[protocol-aliases]
refapi = http://jelix.org/reference/1.6.9%s
refclass = http://jelix.org/reference/1.6.9/jelix/%s.html
refapi = http://jelix.org/reference/1.6.10%s
refclass = http://jelix.org/reference/1.6.10/jelix/%s.html
phpapi = http://www.php.net/%s
ticket = http://developer.jelix.org/ticket/%s
issue = https://github.com/jelix/jelix/issues/%s
Expand Down
10 changes: 10 additions & 0 deletions configurer-server.gtw
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,16 @@ Et pour Apache 2, rajouter :
AcceptPathInfo on
</code>

Pour Apache 2.4, avec php-fpm, il faut ajouter également dans la configuration
php-fpm (situé dans par exemple dans /etc/apache2/conf-enabled/php-fpm.conf)

<code htaccess>
RemoveType .php
<Files "*.php">
MultiviewsMatch Any
</Files>
</code>

Pour vérifier que cela fonctionne, créez sur votre site web un fichier
@@F@test.php@@ qui affiche @@f@phpinfo()@@ et essayez l'url :
@@monsite.com/test/foo/bar@@ . Le phpinfo devrait s'afficher, et vous devriez
Expand Down
6 changes: 2 additions & 4 deletions index.gtw
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@

<bookinfo>
title = Guide du développeur
subtitle= Jelix 1.6.9
subtitle= Jelix 1.6.10
title_short= Guide du développeur
edition = Jelix 1.6.9
edition = Jelix 1.6.10
author=Laurent|Jouanneau
author=|Les contributeurs au wiki de jelix.org||
copyright_years=2006-2016
copyright_holder=Laurent Jouanneau
copyright_holder=Les contributeurs au wiki de jelix.org
</bookinfo>

Téléchargez [[http://download.jelix.org/jelix/releases/1.6.x/1.6.2/jelix-manuel-1.6.2.pdf|le manuel au format PDF]] (obsolète).

<bookcontents>

- part: [[introduction|Introduction]]
Expand Down

0 comments on commit 11545ac

Please sign in to comment.