Skip to content

Commit

Permalink
[fr] Follow cakephp#788
Browse files Browse the repository at this point in the history
Add URL rewriting for lighttpd
  • Loading branch information
cake17 committed Jan 7, 2014
1 parent 9967aad commit 3a3798e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fr/installation/url-rewriting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,19 @@ Une fois que le fichier web.config est créé avec les bonnes règles de
réécriture des liens de IIS, les liens CakePHP, les CSS, le JavaScript, et
le reroutage devraient fonctionner correctement.

URL-Rewriting sur lighttpd
==========================

Lighttpd ne supporte pas les fonctions .htaccess, par conséquent vous pouvez
retirer tous les fichiers .htaccess. Dans la configuration lighttpd,
assurez-vous d'activer "mod_rewrite". Ajoutez une ligne:

::

url.rewrite-if-not-file =(
"^([^\?]*)(\?(.+))?$" => "/index.php?url=$1&$3"
)

Je ne veux / ne peux utiliser l'URL rewriting
=============================================

Expand Down

0 comments on commit 3a3798e

Please sign in to comment.