aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
blob: e20fd52fb2b75255f111168280c1d4213c7e6202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
RewriteEngine on

# --BEGIN MAINTENANCE RULES---
RewriteCond .maintenance	-f
RewriteCond %{REQUEST_FILENAME} !.*/maint.html
RewriteCond %{REQUEST_FILENAME} !.*\.css
RewriteCond %{REQUEST_FILENAME} !.*\.png
RewriteRule .*		/maint.html [L]
# --END MAINTENANCE RULES---

RewriteRule (.+)/dict.html /cgi-bin/dict.cgi?LANG=$1 [L]
RewriteRule (.+)/nea.html /cgi-bin/nea.cgi?LANG=$1 [L]
RewriteRule (.+)/nea.rss  /cgi-bin/nea.cgi?LANG=$1&rss=1 [L]

Return to:

Send suggestions and report system problems to the System administrator.