Hello!
I’ve two different domains
let’s say
domain1
domain2
domain1 is my main domain for Email and other Stuff
on domain2 i’ve hosted a laravel CRM Application.
Now the requirements is i want the domain1 to be added as alias domain to the domain2 application . but it isn’t working. I tried vHost and tried Symbolic Links also but not workin.
Directory Structure
/home/domain1/public_html/{need the project here}
/home/domain2/public/{laravel-project}
Need Help