digraphs: control character names
[sheet.git] / .htaccess
index f8571b4d87da28b0cb23fafb5d78d37a3f52d5f4..f322d756e81f3e949d030d0a4ae6f3b5b8b96fb6 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1 +1,9 @@
 DirectoryIndex index.plp
+
+RewriteEngine  on
+RewriteBase    /
+
+# add .plp if a file exists with .plp appended (topdir only)
+RewriteCond    %{REQUEST_FILENAME}.plp  -f
+RewriteRule    ^/*([^/]+)(.*)           $1.plp$2
+