Thanks, but it doesn't seem to do the trick, the .htaccess was already
configured. When I press "check database connection" after giving the
database info, it seems to overwrite the .htaccess file to the usual:
### HABARI START
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteBase /blog
RewriteRule . index.php [PT]
RewriteRule ^(system/(classes|handlers|locale|schema|$)) index.php
[PT]
### HABARI END