]> arthur.barton.de Git - ngircd-web.git/blob - .htaccess
README.md: Fix output path of pandoc command
[ngircd-web.git] / .htaccess
1 #
2 # Apache .htaccess configuration file for the ngIRCd Website
3 #
4
5 Options +MultiViews
6 AddLanguage en .en
7 AddLanguage de .de
8 AddType application/x-httpd-php .php
9 DirectoryIndex index.php index.html
10 LanguagePriority en de
11
12 # Issue Tracker
13
14 Redirect /bugzilla/index.cgi https://github.com/ngircd/ngircd/issues
15 Redirect /bugzilla/enter_bug.cgi https://github.com/ngircd/ngircd/issues/new
16 Redirect /bugzilla/query.cgi https://github.com/ngircd/ngircd/issues
17
18 # Documentation
19
20 Redirect /doc/AUTHORS https://github.com/ngircd/ngircd/blob/master/AUTHORS.md
21 Redirect /doc/AUTHORS.md https://github.com/ngircd/ngircd/blob/master/AUTHORS.md
22 Redirect /doc/COPYING https://github.com/ngircd/ngircd/blob/master/COPYING
23 Redirect /doc/ChangeLog https://github.com/ngircd/ngircd/blob/master/ChangeLog
24 Redirect /doc/INSTALL https://github.com/ngircd/ngircd/blob/master/INSTALL.md
25 Redirect /doc/INSTALL.md https://github.com/ngircd/ngircd/blob/master/INSTALL.md
26 Redirect /doc/NEWS https://github.com/ngircd/ngircd/blob/master/NEWS
27 Redirect /doc/README https://github.com/ngircd/ngircd/blob/master/README.md
28 Redirect /doc/README.md https://github.com/ngircd/ngircd/blob/master/README.md
29 Redirect /doc/sample-ngircd.conf https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl
30 Redirect /doc/FAQ.txt https://github.com/ngircd/ngircd/blob/master/doc/FAQ.md
31 Redirect /doc/SSL.txt https://github.com/ngircd/ngircd/blob/master/doc/SSL.md
32 # Catch all
33 Redirect /doc/ https://github.com/ngircd/ngircd/blob/master/doc/