Posts by Lucas Gonçalves • 1 point
2 posts
-
0
votes1
answer106
viewsA: Problem for instantiating class
the code contained in . htacess is RewriteEngine On Rewritecond %{REQUEST_URI} ! public [OR] Rewritecond %{REQUEST_FILENAME} ! -s [OR] Rewritecond %{REQUEST_FILENAME} ! -l [OR] Rewritecond…
-
0
votes1
answer106
viewsQ: Problem for instantiating class
I am creating an MVC application where there is dependency injection to instantiate the classes with connection to the database, the problem is when I climbed the application to a remote server,…