Support the ongoing development of Laravel.io →
Installation Configuration Architecture

Trying to figure out the following lets say I have the following domain laravelapps.com

in that domain I will have the following

laravelapps.com/appsone/public laravelapps.com/appstwo/public laravelapps.com/appsthree/public

in the root of laravelapps.com there will be a .htaccess file with the following

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^/?appsone/(.*)$ /appsone/public/$1
 RewriteRule ^/?appstwo/(.*)$ /appstwo/public/$1
 RewriteRule ^/?appsthree/(.*)$ /appsthree/public/$1
</IfModule>

In each of the following apps I am confused in the folder bootstrap/paths.php what to change the path too. Any help that would be great.

Last updated 2 years ago.
0

as far as I know you need not to change the bootstrap paths just make proper routes and you are good to go

Last updated 2 years ago.
0

I tried that but the site doesn't load when you hit

laravelapps.com/appsone/

The site will not load

Last updated 2 years ago.
0

Got it working. Was a routing issue.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kyoukhana kyoukhana Joined 28 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.