PHP:
<map name="MapMap">
<area shape="rect" coords="115,110,150,121" href="index.php?content=foyer" target="Hauptfenster">
<area shape="rect" coords="155,110,196,121" href="http://www.XXXXXXX.de" target="Hauptfenster">
<area shape="rect" coords="202,110,270,120" href="index.php?content=filmlexikon" target="Hauptfenster">
<area shape="rect" coords="275,110,384,121" href="index.php?content=hinterdenkulissen" target="Hauptfenster">
<area shape="rect" coords="392,110,429,120" href="http://XXXXX" target="_blank">
<area shape="rect" coords="436,110,464,120" href="http://wwwXXXXXX" target="Hauptfenster">
<area shape="rect" coords="503,110,549,121" href="index.php?content=kontakt" target="Hauptfenster">
<area shape="rect" coords="554,110,613,121" href="index.php?content=impressum" target="Hauptfenster">
<area shape="rect" coords="471,110,498,120" href="index.php?content=jobs" target="Hauptfenster">
</map></td>
</tr>
</table>
</BODY>
</HTML>
<?php
if ($content == "foyer"){seite("foyer");}
elseif ($content == "archiv"){seite("archiv");}
elseif ($content == "filmlexikon"){seite("filmkulissen");}
elseif ($content == "hinterdenkulissen"){seite("hinterdenkulissen");}
elseif ($content == "forum"){seite("forum");}
elseif ($content == "links"){seite("links");}
elseif ($content == "jobs"){seite("jobs");}
elseif ($content == "kontakt"){seite("kontakt");}
elseif ($content == "impressum"){seite("impressum");}
function seite($site) {
fopen ($site."php");
}
?>
Er gibt die Meldung raus
Forbidden
You don't have permission to access /index.php on this server
und ich weiss net wieso :/ .