Windows server configuration (wamp) for different applications with subdomains

Asked

Viewed 42 times

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

1 answer

0

opa, I am using wamp too, take your project (application) folder and put inside the "WWW" folder inside the wamp server folder, it is located in the local disc C: wamp64 www

put the folder in there, then you go in the browser and type: localhost/sua_folder/sua_application.php

Browser other questions tagged

You are not signed in. Login or sign up in order to post.