Merge remote-tracking branch 'origin/github/pr/45'
[grml.org.git] / console / .htaccess
1 RewriteEngine on
2 RewriteRule index.html$  https://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/
3 RewriteRule ^$           https://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/
4 RewriteRule zshrc(/?)$   https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
5 RewriteRule vimrc(/?)    https://git.grml.org/f/grml-etc-core/etc/vim/vimrc
6 RewriteRule screenrc(/?) https://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
7 RewriteRule tmux.conf(/?) https://git.grml.org/f/grml-etc-core/etc/tmux.conf
8 AddDefaultCharset UTF-8