INSTALL
=======
Copy files to the directory of your choice (i.e. /var/www)
Add the following to you Apache2 Vhost config:
DocumentRoot /var/www
Options FollowSymLinks
AllowOverride None
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options FollowSymlinks MultiViews +Includes
AllowOverride None
Order allow,deny
Allow from all
RewriteEngine on
RewriteRule ^/$ /index.shtml [env=LANG:de,env=SITE:index,PT]
RewriteRule ^/([^/]*)\.html$ /index.shtml [env=LANG:de,env=SITE:$1,PT]
RewriteRule ^/(de|en|si|hu)/$ /index.shtml [env=LANG:$1,env=SITE:index,PT]
RewriteRule ^/(de|en|si|hu)/([^/]*)\.html$ /index.shtml [env=LANG:$1,env=SITE:$2,PT]
RewriteRule ^/([vhrl])([1-9]|(1[0-3]))$ /essid.shtml [env=LANG:de,env=CHAN:$2,env=POL:$1,PT]
You might need to enable the Rewrite and Include Module.