<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Ok. I deleted index.htm, removed "(in case javascript is disabled on
    the user's browser)" from the code you recommended, and amended my
    index.php to read:<br>
    <blockquote><?php include_once('pmwiki.php');<br>
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
      Transitional//EN"><br>
      <HTML><br>
      <HEAD><br>
       <br>
      <SCRIPT language='JavaScript'><br>
      function redir(){<br>
      window.location.href = "pmwiki"} </script><br>
       <br>
      </HEAD><br>
       <br>
      <SCRIPT language='JavaScript'><br>
      redir()</script><br>
      <br>
      <br><a href="pmwiki" target="_top">index</a>
      <i><br>
       <br>
      </HTML> <br>
    </blockquote>
    Thanks,<br>
    Wade<br>
    <br>
    On 12/29/2011 12:01 AM, Eric Forgeot wrote:
    <blockquote cite="mid:4EFC1E5C.7080502@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      yes you have a dedicated folder: pmwiki, in your root<br>
      <br>
      On 29/12/2011 01:17, Wade Lee Hudson wrote:
      <blockquote cite="mid:4EFBB19D.4000305@wadehudson.net" type="cite">
        <meta http-equiv="Context-Type" content="text/html;
          charset=ISO-8859-1">
        I like the idea of a dedicated folder. But I'm not sure I have
        it!<br>
        My root is /public_html/<br>
        In that folder, I have<br>
        <blockquote>index.htm (which points to the host's default so I
          assume I could delete that)<br>
          index.php<br>
        </blockquote>
      </blockquote>
      <br>
      you can just redirect from the root to the pmwiki folder. You
      should remove either index.php or index.hml in your root (because
      we don't really know which one is read the first, even if it
      should be index.php, and fill the remaining file with something
      like this:<br>
      <br>
       <br>
      <blockquote>
        <blockquote><small><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
            4.0 Transitional//EN">
            <br>
            <HTML>
            <br>
            <HEAD>
            <br>
             <br>
            <SCRIPT language='JavaScript'>
            <br>
            function redir(){
            <br>
            window.location.href = "pmwiki"} </script>
            <br>
             <br>
            </HEAD>
            <br>
             <br>
            <SCRIPT language='JavaScript'>
            <br>
            redir()</script>
            <br>
            <br>
            <br><a href="pmwiki"
            target="_top">index</a> <i>(in case
            javascript is disabled on the user's browser)
            <br>
             <br>
            </HTML>
            <br>
          </small></blockquote>
      </blockquote>
      <br>
      <br>
    </blockquote>
  </body>
</html>