i have 2 directories in cpanel public_html folder, one for front (www?.domain.xyz) and the other one for admin section (admin.domain.xyz). What should the .htaccess rewrites look like. I tried the following but it only works for front.
DirectoryIndex front/public/index.php RewriteRule ^(.*)$ front/public/$1 [L]