Hello all, am trying to make my first API with slim 3 and I am having problems already. My configuration is like this:
UPDATE: The error
I already enable mod_rewrite, and added virtual host “slimrest” , my folder structure is:
am able to see the index.php file when doing slimrest/index.php/ but not getting into the parameters like slimrest/index.php/hello/something/
I already tried some other post with the solutions but not working for my case. Any help is really apreciated.
UPDATE: it works when I get to the file from “http://localhost/slimREST/public/index.php/hello/yo” so in fact it to htaccess related.
UPDATE: When slimrest/hello/name