Provide redirects to zshrc, vimrc + screenrc via grml.org/console/$file [Closes:...
[grml.org.git] / console / .htaccess
diff --git a/console/.htaccess b/console/.htaccess
new file mode 100644 (file)
index 0000000..b62f2c6
--- /dev/null
@@ -0,0 +1,7 @@
+RewriteEngine on
+RewriteRule index.html$  https://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/
+RewriteRule ^$           https://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/
+RewriteRule zshrc(/?)$   https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
+RewriteRule vimrc(/?)    https://git.grml.org/f/grml-etc-core/etc/vim/vimrc
+RewriteRule screenrc(/?) https://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
+AddDefaultCharset UTF-8