Hola buenos dias, tengo un problema, el servidor no toma los .php por lo tanto al cargar una shell .php este no funciona (suena bastante loco pero es asi).
El servidor lee simplemente archivos HTML y que prosiga la siguiente estructura:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PhpFiddle Initial Code</title>
<script type="text/javascript">
</script>
<style type="text/css">
</style>
</head>
<body>
</body>
</html>
intente muchos shells cambiar el archivo .php a .html pero sin embargo no me funciona.
Alguna ayuda?
Muchas gracias!