<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks again, guys. I feel we're making progress. The test worked.<br>
    When I go to <a href="http://obtcc.org/index.htm">http://obtcc.org/index.htm</a>,
    the host's "under construction" page comes up.<br>
    My host tells me, "The HTML and PHP files that make up your Website
    go in the public_html directory inside your home directory."<br>
    So, on the server, my main path name is:<br>
    /public_html/pmwiki<br>
    Under that pmwiki directory are the cookbook, docs, etc.
    directories.<br>
    I get "Not Found" when I try:<br>
    <a href="http://obtcc.org/index.htm/pmwiki">http://obtcc.org/index.htm/pmwiki</a><br>
    <a href="http://obtcc.org/index.htm/pmwiki.php">http://obtcc.org/index.htm/pmwiki.php</a><br>
    <a href="http://obtcc.org/index.htm/public_html/pmwiki.php">http://obtcc.org/index.htm/public_html/pmwiki.php</a><br>
    <a href="http://obtcc.org/public_html/pmwiki.php">http://obtcc.org/public_html/pmwiki.php</a><br>
    <a href="http://obtcc.org/public_html/pmwiki">http://obtcc.org/public_html/pmwiki</a><br>
    <i><br>
      There is no config.php file in the local directory on my local
      drive or the server.</i><br>
    <br>
    Most of the files in the wikilib.d\ directory are Sept. and Oct.
    2011.<br>
    <br>
    <b>But when I try <a href="http://obtcc.org/pmwiki/">http://obtcc.org/pmwiki/</a>
      I am told:<br>
    </b>
    <blockquote><b>Forbidden<br>
        You don't have permission to access /pmwiki/ on this server.</b><br>
    </blockquote>
    So I review the following message from Edwin Marte:<br>
    <blockquote>I think if you uploaded everything correctly it should
      be something with permission  as we can't access to pmwiki
      folder. 
      <div><br>
      </div>
      <div>As you are using fillezilla, create in the web server the
        directory wiki.d  as per <a
href="http://www.cubecartforums.org/docs/appendix/how-to-chmod-directories.html"
          target="_blank">http://www.cubecartforums.org/docs/appendix/how-to-chmod-directories.html</a> ,
        instructions on how to change permissions can be found here <a
          href="http://www.pmwiki.org/wiki/PmWiki/Installation#directories"
          target="_blank">http://www.pmwiki.org/wiki/PmWiki/Installation#directories</a> 
        , give 777 to wiki.d and probably 755 to the whole pmwiki folder
        in your server.</div>
      <div><br>
      </div>
      <div>Regards,</div>
      <div>Edwin<br>
      </div>
    </blockquote>
    Using FileZilla I create a wiki.d directorty under
    /public_html/pmwiki and I change the permission on that directory to
    777 and keep 755 on the others.<br>
    <br>
    But I still get the Forbidden error message.<br>
    <br>
    Considering it strange that there was no config.php file, I upload
    one to the local directory from another site, and the error message
    I get is:<br>
    <blockquote>(:groupheader:)(:include
      Site.PageNotFound:)(:groupfooter:) <:block><br>
      PmWiki can't process your request<br>
      <br>
      PmWiki needs to have a writable wiki.d/ directory before it can
      continue. You can create the directory manually by executing the
      following commands on your server:<br>
          mkdir /home/obtcc/public_html/wiki.d<br>
          chmod 777 /home/obtcc/public_html/wiki.d<br>
      Then, reload this page.<br>
      <br>
      Or, for a slightly more secure installation, try executing<br>
          chmod 2777 /home/obtcc/public_html<br>
      on your server and following this link. Afterwards you can restore
      the permissions to their current setting by executing<br>
          chmod 751 /home/obtcc/public_html<br>
    </blockquote>
    So I'm still stuck!<br>
    <br>
    Thanks again for your help.<br>
    <br>
    --Wade<br>
    <br>
    <br>
    <br>
    <br>
    <div><br>
    </div>
    <br>
    <br>
    <br>
    On 12/27/2011 6:59 PM, Edwin Marte wrote:
    <blockquote
cite="mid:CAMxMCttkGfYVnFQLUeGNNmfqSgSqaoXLFpHGFPUC+RuYpiHboQ@mail.gmail.com"
      type="cite">Agreed!<br>
      <br>
      <div class="gmail_quote">On Tue, Dec 27, 2011 at 11:49 PM, ABClf <span
          dir="ltr"><<a moz-do-not-send="true"
            href="mailto:languefrancaise@gmail.com">languefrancaise@gmail.com</a>></span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          According to the error message :<br>
          <a moz-do-not-send="true" href="http://obtcc.org/pmwiki/"
            target="_blank">http://obtcc.org/pmwiki/</a><br>
          it looks like the folder is not found.<br>
          <br>
          Thus, it might be unrelated to pmwiki.<br>
          if I were you, I would do easy test :<br>
          just upload a basic html file<br>
          (<a moz-do-not-send="true"
            href="http://fr.wikipedia.org/wiki/Hello_world#HTML"
            target="_blank">http://fr.wikipedia.org/wiki/Hello_world#HTML</a>)
          and call him<br>
          http..../hello.html<br>
          check if there is htaccess elsewhere than in pmwiki<br>
          <br>
          how long have you been owning this domain/host ?<br>
          <div class="im HOEnZb"><br>
            Gilles.<br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            2011/12/28 Wade Lee Hudson <<a moz-do-not-send="true"
              href="mailto:wade@wadehudson.net">wade@wadehudson.net</a>>:<br>
          </div>
          <div class="HOEnZb">
            <div class="h5">> I've uploaded everything as ABClf
              suggested. No luck.<br>
              > I don't understand the suggestions about Permissions.<br>
              > E.g., I don't know what "safe mode" is activated in
              the server's PHP<br>
              > installation" means.<br>
              ><br>
              ><br>
              > On 12/27/2011 5:56 PM, Edwin Marte wrote:<br>
              ><br>
              > Check for Directories<br>
              > Permissions, <a moz-do-not-send="true"
                href="http://www.pmwiki.org/wiki/PmWiki/Installation#directories"
                target="_blank">http://www.pmwiki.org/wiki/PmWiki/Installation#directories</a><br>
              ><br>
              > Regards,<br>
              > Edwin Marte<br>
              ><br>
              > On Tue, Dec 27, 2011 at 9:31 PM, Wade Lee Hudson <<a
                moz-do-not-send="true" href="mailto:wade@wadehudson.net">wade@wadehudson.net</a>><br>
              > wrote:<br>
              >><br>
              >> My domain name is <a moz-do-not-send="true"
                href="http://obtcc.org" target="_blank">obtcc.org</a><br>
              >> I've downloaded and unpacked the software.<br>
              >> On my local drive, under My Webs, under
              obtcc/pmwiki/, I have the folders<br>
              >> cookbook, etc., and the files pmwiki.php, and
              Readme.txt<br>
              >> Using FileZilla, I've uploaded pmwiki.php, and
              Readme.txt to /pmwiki<br>
              >><br>
              >> After on the documentation reading:<br>
              >><br>
              >> 3. Create directories<br>
              >> In most cases PmWiki will do this for you. Open a
              web browser to the<br>
              >> pmwiki.php script on the server (i.e., not the
              one on your local computer or<br>
              >> accessed using a <a class="moz-txt-link-freetext" href="file://">file://</a>... URL).<br>
              >><br>
              >> using Chrome I try to "Open a web browser to the
              pmwiki.php script" by<br>
              >> going to <a moz-do-not-send="true"
                href="http://obtcc.org/pmwiki/pmwiki.php"
                target="_blank">obtcc.org/pmwiki/pmwiki.php</a>,<br>
              >> <a moz-do-not-send="true"
                href="http://obtcc.org/index.htm/pmwiki/pmwiki.php"
                target="_blank">http://obtcc.org/index.htm/pmwiki/pmwiki.php</a>,
              and variations thereon, but<br>
              >> I'm always told Not Found.<br>
              >><br>
              >> Help would be appreciated.<br>
              >><br>
              >> Thanks much,<br>
              >> Wade<br>
              >><br>
              >> _______________________________________________<br>
              >> pmwiki-users mailing list<br>
              >> <a moz-do-not-send="true"
                href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
              >> <a moz-do-not-send="true"
                href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users"
                target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
              >><br>
              ><br>
              ><br>
              > _______________________________________________<br>
              > pmwiki-users mailing list<br>
              > <a moz-do-not-send="true"
                href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
              > <a moz-do-not-send="true"
                href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users"
                target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
              ><br>
              <br>
              <br>
              <br>
            </div>
          </div>
          <div class="HOEnZb">
            <div class="h5">--<br>
              <br>
              ---------------------------------------<br>
              | A | de la langue française<br>
              | B | <a moz-do-not-send="true"
                href="http://www.languefrancaise.net/" target="_blank">http://www.languefrancaise.net/</a><br>
              | C | <a moz-do-not-send="true"
                href="mailto:languefrancaise@gmail.com">languefrancaise@gmail.com</a><br>
              ---------------------------------------<br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
    </blockquote>
  </body>
</html>