- backward compatibility redirects for static site
diff --git a/websh/.htaccess b/websh/.htaccess
new file mode 100644
index 0000000..a43c964
--- /dev/null
+++ b/websh/.htaccess
@@ -0,0 +1,2 @@
+RedirectMatch permanent ^/websh/(.+)\.ws3$ /websh/$1.html
+