2
I am developing PHP/Laravel applications and need to configure a local server to access different directories from the same domain, as in the examples below:
domain.com/application01 --> Access an application x
domain.com/application02 --> Access a y application
As I have no experience with windows server configuration or freedom to configure how I think best, I need to adapt to what was provided:
Windows server, running wamp with different directories for each application.
Some light?
It was closed, but worth the comment to, in case someone needs, know where to go. Configurei alias in apache, no . htaccess inside public insert line Rewritebase /application01 below Rewriteengine On and no . env APP_URL=http://localhost/application01
– Thiago Maciel