how to redirect laravel website using .htaccess or bootstrap file change – Apache
how to redirect laravel website using .htaccess or bootstrap file change I have a domain www.mydm.com/folder/public but maximum url says my.mydm.com how can i tell my domain my.mydm.com to hit is equal to www.mydm.com/folder/public laravel Wrote this RewriteCond %{REQUEST_FILENAME} !-d…