From cefa3c256b95533070b88c6aef896a11b71d74ac Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Sat, 18 Feb 2006 18:17:05 +0000
Subject: [PATCH] versions haut de gamme de OE et oe (Jacques) quelques
 rewriterules de plus

---
 ecrire/charsets/translit.php | 1 +
 htaccess.txt                 | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ecrire/charsets/translit.php b/ecrire/charsets/translit.php
index 9e7111ee98..9f8eaf337d 100644
--- a/ecrire/charsets/translit.php
+++ b/ecrire/charsets/translit.php
@@ -16,6 +16,7 @@ $GLOBALS['CHARSET'][$charset] = array (
 232=>'e', 233=>'e', 234=>'e', 235=>'e', 236=>'i', 237=>'i', 238=>'i',
 239=>'i', 241=>'n', 242=>'o', 243=>'o', 244=>'o', 245=>'o', 246=>'o',
 248=>'o', 249=>'u', 250=>'u', 251=>'u', 252=>'u', 255=>'y',
+338=>'OE', 339=>'oe',
 
 // turc
 286=>'G', 287=>'g', 304=>'I', 305=>'i', 350=>'S', 351=>'s',
diff --git a/htaccess.txt b/htaccess.txt
index 854e364c5f..c953d526fc 100644
--- a/htaccess.txt
+++ b/htaccess.txt
@@ -75,8 +75,8 @@ RewriteRule ^breve([0-9]+)\.html$	page.php3?fond=breve&id_breve=$1 [QSA,L]
 RewriteRule ^mot([0-9]+)\.html$		page.php3?fond=mot&id_mot=$1 [QSA,L]
 RewriteRule ^auteur([0-9]+)\.html$	page.php3?fond=auteur&id_auteur=$1 [QSA,L]
 RewriteRule ^site([0-9]+)\.html$	page.php3?fond=site&id_syndic=$1 [QSA,L]
-# Note = la compatibilite avec les URLS "standard" : assuree par les fichiers
-# article.php3 etc (s'ils n'ont pas ete effaces)
+# Compatibilite avec les URLS "standard"
+RewriteRule ^(rubrique|article|breve|mot|auteur|site|agenda|backend|backend-breves|distrib|forum|ical|plan|recherche|resume|sommaire|sommaire_texte)\.php3?$	page.php3?fond=$1 [QSA,L]
 # Fin compatibilite
 ###
 
-- 
GitLab