rewriterules - ajout des pages de documentation
This commit is contained in:
parent
84cc05acc8
commit
f9af1b5fec
|
@ -1,5 +1,7 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase /
|
RewriteBase /
|
||||||
|
RewriteRule ^([a-zA-Z]{1,})/doc-([a-z]{2})$ index\.php?doc=$1&lang=$2 [L]
|
||||||
|
RewriteRule ^([a-zA-Z]{1,})/doc$ index\.php?doc=$1 [L]
|
||||||
RewriteRule ^([a-zA-Z]{1,})-([a-z]{2})$ index\.php?arena=$1&lang=$2 [L]
|
RewriteRule ^([a-zA-Z]{1,})-([a-z]{2})$ index\.php?arena=$1&lang=$2 [L]
|
||||||
RewriteRule ^([a-zA-Z]{1,})$ index\.php?arena=$1 [L]
|
RewriteRule ^([a-zA-Z]{1,})$ index\.php?arena=$1 [L]
|
||||||
RewriteRule ^-([a-z]{2})$ index\.php?lang=$1 [L]
|
RewriteRule ^-([a-z]{2})$ index\.php?lang=$1 [L]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user