yes .htaccess file is available after domain transfer to zadmin account and the .htaccess code is
and the site is developed using cake php framework
Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
and the site is developed using cake php framework