aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess7
1 files changed, 3 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index 2790222..d176c36 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,4 @@
RewriteEngine on
-#RewriteRule (.+)/dict.html /cgi-bin/dict.cgi?LANG=$1 [L]
-RewriteRule pl/dict.html /cgi-bin/dict.cgi?LANG=pl_PL [L]
-RewriteRule ru/dict.html /cgi-bin/dict.cgi?LANG=ru_RU [L]
-RewriteRule uk/dict.html /cgi-bin/dict.cgi?LANG=uk_UA [L]
+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.