Greetings,<br><br>I received some help from my last query, but I find myself still blocked in getting PmWiki up and running properly.<br><br>I deployed PmWiki in my cgi-bin directory and moved the pub/ subdirectory to a publicly accessible directory (which I neglected to do before).<br>


<br>The local/config.php file points to both of these locations:<br><br><div style="margin-left: 40px;">##&nbsp;&nbsp; $ScriptUrl is your preferred URL for accessing wiki pages<br></div><div style="margin-left: 40px;">

##&nbsp;&nbsp; $PubDirUrl is the URL for the pub directory.<br></div><div style="margin-left: 40px;">$SciptUrl = &#39;<a href="http://www.heldbynature.org/cgi-bin/signup/pmwiki.php" target="_blank">http://www.heldbynature.org/cgi-bin/signup/pmwiki.php</a>&#39;;<br>

$PubDirUrl = &#39;<a href="http://www.heldbynature.org/signup/pub" target="_blank">http://www.heldbynature.org/signup/pub</a>&#39;;<br><br>##&nbsp;&nbsp; If you want to have a custom skin, then set $Skin to the name<br>##&nbsp;&nbsp; of the directory (in pub/skins/) that contains your skin files.<br>

##&nbsp;&nbsp; See PmWiki.Skins and Cookbook.Skins.<br>$Skin = &#39;pmwiki&#39;;<br></div>
<br>However, when I try to hit the script URL, I get:<br><br><h3 style="margin-left: 40px;">PmWiki can&#39;t process your request</h3>
    <p style="margin-left: 40px;">?unable to find skin from list pmwiki</p><p style="margin-left: 40px;">We are sorry for any inconvenience.</p><br>Does PmWiki support this kind of configuration?&nbsp; Or am I trying to get it to do something it is not supposed to do?<br>
<br>I did not see any specific instructions for deploying PmWiki in the cgi-bin directory in the installation instructions.&nbsp; How do most people deploy PmWiki?&nbsp; It seems you would want at least the local/ subdirectory in a non-public folder so that users could not peer into it to see your settings (which includes the admin password).<br>
<br>Thanks for any help you can give,<br>Bill<br>