Well you’re going to need to write rewrite rules to pass requests to the Laravel application you want. I’m not sure why you would want to do this though, it’s going to be a headache.
Jan 24, 2018
2
Level 15
Two diffrent laravel apps in the same domain (.htaccess)
I have to install two different laravel-apps in the same domain. It is hosting and I am not able to change anything in httpd.conf. Is it possible to manage it by .htaccess? How to do it? What I have to write in my .htaccess file? And where it has to be stored?
└── my-domain
├── laravel1
├── laravel2
└── public_html
├── [symlink_to]laravel1/public
├── [symlink_to]laravel2/public
└── .htaccess(?)
Please or to participate in this conversation.