Tag Archives: HTML

Incluir PHP en HTML

Rápido apunte para tenerlo localizado en el futuro. Para poder incluir paginas PHP en archivos HTML y que el servidor los interprete correctamente es necesario añadir lo siguiente en el archivo .htaccess: AddType application/x-httpd-php .html

Posted in Hosting | Tagged , , | Leave a comment