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
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
RewriteRule /assets www.mydm.com/folder/public [R=301,L]
does not help me
Any idea please guide thanks in advance
Please guide
2
Answers
Can you try with this
step 1:
Rename File server.php INTO index.php
step 2:
Update
.htaccess