Add the following lines to your Root folder's .htaccess file:
Options +FollowSymlinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteRule ^client/(.*) https://example.com/BLESTA-SUBDIR/client/$1 [R=301,NC,L]
Add the following lines to your Root folder's .htaccess file:
Options +FollowSymlinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteRule ^client/(.*) https://example.com/BLESTA-SUBDIR/client/$1 [R=301,NC,L]