diff --git a/.htaccess b/.htaccess
index a4b34ee..9f88ff4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -54,3 +54,21 @@ php_value memory_limit 16M
php_value max_input_time -1
php_value max_execution_time 60
+
+#
+#Options +MultiViews
+#
+#SetEnv kt_no_extensions yes
+#
+#
+#
+#
+#RewriteEngine On
+#RewriteCond %{REQUEST_FILENAME} !-f
+#RewriteCond %{REQUEST_FILENAME}.php -f
+#RewriteRule ^(.*)$ $1.php
+#
+#SetEnv kt_no_extensions yes
+#
+#
+#