Pagina 1 van 1

Portaal op index.

Geplaatst: 07 jul 2004, 23:08
door phpbb fan
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)

Geplaatst: 08 jul 2004, 06:22
door WebSiteNet
Je moet een index.html in de hoofdmap zetten met deze inhoud.

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>
daardoor gaat hij automatisch naar naar de map phpBB2/.