<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Concerning <a href="http://obtcc.org/pmwiki/pmwiki.php">http://obtcc.org/pmwiki/pmwiki.php</a>,
as instructed, I created an index.php file that contains this single
line<br>
<?php include_once('pmwiki.php');<br>
and uploaded it to /public_html<br>
<br>
But in response to the question, "How do I make pmwiki.php the
default page for a website?" <a
href="http://www.pmwiki.org/wiki/PmWiki/Installation">the
documentation says</a>:<br>
<blockquote>Create an index.php file that runs PmWiki from a
subdirectory (pmwiki/ for example) and place it in the site's web
document root (the main directory for the website).<br>
<br>
<?php chdir('pmwiki'); include_once('pmwiki.php');<br>
<br>
Note: You will also need to explicitly set the $PubDirUrl variable
(e.g. to <a class="moz-txt-link-rfc2396E" href="http://example.com/pmwiki/pub">"http://example.com/pmwiki/pub"</a>) in local/config.php .<br>
</blockquote>
Does that mean that I should add a line that reads<br>
<?php chdir('pmwiki'); include_once('pmwiki.php');<br>
to that index.php file on /public_html/<br>
<br>
Do I need to make it the default page? Isn't it already the default
page?<br>
<br>
Thanks,<br>
Wade<br>
</body>
</html>