Pagina 1 van 1
hoofdpagina forum
Geplaatst: 09 nov 2003, 20:11
door ricco
hoe kan ik ervoor zorgen dat de forum gelijk de hoofdpagina wordt ???
dus dat ik niet meer hoef door te klikken om bij de forum te komen?
alvast bedankt..
Geplaatst: 09 nov 2003, 20:16
door WebSiteNet
Als het forum in de map /forum/ staat op deze manier:
Code: Selecteer alles
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl">
<head>
<title>Redirecting</title>
<meta http-equiv="redirect" content="0; forum/" />
<script type="text/javascript">
<!--
self.location.href='forum/';
-->
</script>
</head>
<body>
click <a href="forum/">here</a> to go to the site.
</body>
</html>
Noem dit bestand index.html en zet dit in /. als je dan / aan roept gaat hij automatisch naar /forum/. Hij probeert het op verschillende manieren. als ze allemaal niet lukken kan je op de link klikken.
Geplaatst: 09 nov 2003, 20:47
door ricco
heyy tnxxx man
het werkt!!
