6 lines
284 B
ApacheConf
Executable File
6 lines
284 B
ApacheConf
Executable File
# Réécrit une URL de type xxx/yyy/zzz en index.php?controleur=xxx&action=yyy&id=zzz
|
|
RewriteEngine on
|
|
# RewriteCond %{Request_URI} !^.*/flexcode_web/.*
|
|
RewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([a-zA-Z0-9]*)?/?$ index.php?controleur=$1&action=$2&id=$3 [NC,L]
|
|
ServerSignature Off
|