Check Apache's error log on whether or not your .htaccess file gets processed. Did you add something like the following to your web's Apache directives in ISPConfig?
Code:
<Directory /var/www/web123/web>
Options FollowSymLinks
AllowOverride All
</Directory>