Hoe moet ik er voor zorgen dat mijn portaal op mijn index komt te staan? http://www.hulpdienstenforum-vlaanderen.be/ , daar moet mijn portaal komen.
Mvg,
Mario 8)
Portaal op index.
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
Je moet een index.html in de hoofdmap zetten met deze inhoud.
daardoor gaat hij automatisch naar naar de map phpBB2/.
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; phpBB2/" />
<script>
<!--
self.location.href='phpBB2/';
-->
</script>
</head>
<body>
click <a href="phpBB2/">here</a> to go to the site.
</body>
</html>