π Estructura mΓnima
.
βββ dockerfile
βββ mvc_clase
β βββ app
β β βββ controllers
β β βββ models
β β βββ views
β β βββ inicio.php
β βββ autoloader.php
β βββ lib
β β βββ Route.php
β βββ public
β β βββ .htaccess
β β βββ index.php
β βββ routes
β βββ web.php
βββ README.md
Options -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]