Now, i want to move all these application out of my webroot like
public_html/
---------./frontend-web/ --> content of web folder of frontend app
---------/backend-web/ --> content of web folder of backend app
--------/midend-web/
--------/topend-web/
Still not working. Any configuration required in specific app’s config/main.php file? My present config settings are like this in frontend/config/main.php.
Working now.
I just moved my htaccess to public_html from app2 folder. I didn’t notice that before.Thank you.
All of my internal apps uses their respective controllers and respective db’s. At the same time for some common methods and for some common data they are using an another global database.So i have created a central module in common folder and a common controller in that which is accessible by all the internal apps for common methods.Is it a right move?Need some suggestions from your side.