Hallo,
so siehts in der config aus:
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'germani';
$mosConfig_absolute_path = '/srv/www/htdocs/web20/html';
$mosConfig_live_site = '
http://www.einsatztaucher.de';
$mosConfig_sitename = 'einsatztaucher.de';
$mosConfig_shownoauth = '0';
$mosConfig_useractivation = '0';
$mosConfig_uniquemail = '1';
und so .htaccess:
DirectoryIndex index.php
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
Wobei ich sehe, das auch eine htaccess.txt Datei vorhanden ist.
Gruß,
Jens