Slim 3 Framework - Hosted in subdirectory routes incorrectly

0

I have an api hosted on the local development machine in the following directory:

root/www/api/v2

If I access serving through apache, my routes are not recognized, not even by link nor by link

If I access directly through php -S 0.0.0.0 (buit-in server) works, however, another problem occurs, apache .htaccess rewrite mode does not work, if I try to pass a parameter with the character. (dot) it gets lost, an example would be to pass an email or domain in the parameter.

Unfortunately my development environment in the company is windows, I even researched that it is likely a problem even with the OS. Has anyone had something like this or is there a reasonable solution?

    
asked by anonymous 07.10.2015 / 20:01

0 answers