diff --git a/.htaccess b/.htaccess
index 88d9b065..9cbc9238 100755
--- a/.htaccess
+++ b/.htaccess
@@ -5,4 +5,18 @@ SetEnv SESSION_USE_TRANS_SID 0
Options -Indexes
# Attention, surtout ne rien modifier ci-dessous !
-# URL rewriting
\ No newline at end of file
+# URL rewriting
+
+ RewriteEngine on
+ RewriteBase /ZwiiCMS-dev/
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteRule ^(.*)$ index.php?$1 [L]
+
+
+ RewriteEngine on
+ RewriteBase /ZwiiCMS-dev/
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteRule ^(.*)$ index.php?$1 [L]
+
\ No newline at end of file
diff --git a/CHANGES.MD b/CHANGES.MD
index beab4367..6112ca7d 100644
--- a/CHANGES.MD
+++ b/CHANGES.MD
@@ -1,5 +1,10 @@
# ChangeLog
+## version 8.3.12 :
+* Modification :
+ - bouton de retour dans la page d'un article de blog
+* Correction :
+ - miniatures des exemples
## version 8.3.11 :
* Modifications :
- Thème : menu et sous menu sous forme de texte ou d'image (avec ou sans bulle)