slim 3 configurar para que funcione en apache linux

 editar y agregar el sgt bloque en  /etc/apache2/apache2.conf:


<Directory /var/www/html/slim-test/src/public/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>

en este caso el proyecto se llama slim-test y esta en /var/www/html

entonces la llamada se haria asi:



fuente:

No hay comentarios:

Publicar un comentario

linux ubuntu mint actualizar chrome

 desde una terminal: $ sudo apt update $ sudo apt install google-chrome-stable