Dolibarr websites and vhosts on namecheap

Dear Dolibarr community;

I just installed dolibarr on namecheap shared hosting trough softaculous. Created two websites within dolibarr. And got hold on namecheap support for the configuration of vhost.

Namecheap support told me I can do so in htaccess, so I pasted the VHOST info in a .htaccess file within the root of one of my domains.

However there is no redirect to my dolibarr website when i visite my url, and it just shows the index of for my main domain.

Here is what i pasted inside the htaccess
#php_admin_value open_basedir /tmp/:/home/rteajdzw/admin.ecomswift.eu:/home/rteajdzw/dataecomswifteu:/dev/urandom
<Directory “/home/rteajdzw/admin.ecomswift.eu”>
AllowOverride FileInfo Options
Options -Indexes -MultiViews -FollowSymLinks -ExecCGI
Require all granted

<Directory “/home/rteajdzw/dataecomswifteu/website”>
AllowOverride FileInfo Options
Options -Indexes -MultiViews +FollowSymLinks -ExecCGI
Require all granted

<Directory “/home/rteajdzw/dataecomswifteu/medias”>
AllowOverride FileInfo Options
Options -Indexes -MultiViews -FollowSymLinks -ExecCGI
Require all granted

Can someone pls get me some help with this. That would be greatly appreciated.

Have a great day and best wishes for 2024

John

I think that might require that the Apache server supports .htaccess files