I have a root directory, and in it a pmwiki directory that includes pmwiki.php and index.php with the line &lt;?php include(&#39;pmwiki.php&#39;); in it. It works fine, and/but wiki pages have the url of <a href="http://www.mysite.com/pmwiki/.">www.mysite.com/pmwiki/.</a>.. In other words, I have a fully functional pmwiki installation running fine as it is.<br>
<br>So I thought I would get smart, and in the root directory&#39;s include an index.php page with the following: <br>&lt;?php include(&#39;/home/words2u/pmwiki/pmwiki.php&#39;);<br>or<br>&lt;?php include(&#39;pmwiki/pmwiki.php&#39;);<br>
<br>Now I get the following error:<br><br>
<b>Warning</b>:  mkdir() [<a href="http://www.words2u.net/function.mkdir">function.mkdir</a>]: Permission denied in <b>/home/words2u/pmwiki/pmwiki.php</b> on line <b>435</b><br><br>Can I rectify this situation by changing the include statement? Permission and ownership are the same on both index.php and /pmwiki/index.php, so it is not a permission issue. I prefer at this time not to copy /pmwiki/* into the root directory, and also not to follow the new wiki creation instruction (change permissions on wiki.d etc.)<br>
<br>Thanks.<br><br>Z.<br>