<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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>
  </body>
</html>