bonjour,
j'ai une page default.php et quand je fais: http://localhost:8080/monsite/default.php j'ai rien qui s'affiche!!!
le code de ma page est:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<?php
echo "PHP fonctionne!";
?>
</body>
</html>
sachant que "monsite" est bien situé sur le serveur jboss( C:\jboss-4.0.2\server\default\deploy\monsite.war ) et que ça marche avec des .htm
aidez moi svp
merci
Partager