Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

How to remove the public or index.php folder in Laravel (even when .htaccess isn't working)

20-11-2025 - Andrés Cruz

How to remove the public or index.php folder in Laravel (even when .htaccess isn't working)

Laravel Many times when we are developing a project in Laravel and move it to production, we see errors that appear in the URL, the public folder or the index.php file; Let's see how to remove them.