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

# --BEGIN MAINTENANCE RULES---
RewriteCond /home/gray/public_html/ellinika/.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.