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

# --BEGIN MAINTENANCE RULES---
RewriteCond @HTMLDIR@/.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 @SCRIPT_DIR@/dict.@SCRIPT_SUFFIX@?LANG=$1 [L]
RewriteRule (.+)/nea.html @SCRIPT_DIR@/nea.@SCRIPT_SUFFIX@?LANG=$1 [L]
RewriteRule (.+)/nea.rss  @SCRIPT_DIR@/nea.@SCRIPT_SUFFIX@?LANG=$1&rss=1 [L]

Return to:

Send suggestions and report system problems to the System administrator.