A voir également:
- Access denied php
- Easy php - Télécharger - Divers Web & Internet
- Access runtime ✓ - Forum Access
- Commun.file_upload.access denied ✓ - Forum Réseaux sociaux
- Access denied - Forum Réseaux sociaux
- Acer quick access ✓ - Forum PC portable
1 réponse
Salut,
<?php
header('HTTP/1.0 403 Forbidden');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /img/
on this server.</p>
<hr>
<address>Apache Server at example.com Port 80</address>
</body></html>