aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-23 17:36:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-23 17:36:07 +0000
commit2c6fb6da521223f8ef7819a6023758ebb931ece5 (patch)
treeead3caaae6e2a06aece4b46ada7681a19e3425e6 /.htaccess
parent730958b2b4269580343d9bc9bb73a160359aed1a (diff)
downloadellinika-2c6fb6da521223f8ef7819a6023758ebb931ece5.tar.gz
ellinika-2c6fb6da521223f8ef7819a6023758ebb931ece5.tar.bz2
Rewritten using regexps
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@403 941c8c0f-9102-463b-b60b-cd22ce0e6858
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.