You can also create an HTML index page (index.html) if it is needed.&nbsp; Here is how I did it to have meta-tags and what not.<br>
<br>
&lt;html&gt;<br>
&lt;head&gt;<br>
&lt;title&gt;My Super Website&lt;/title&gt;<br>
&lt;meta name=&quot;description&quot; content=&quot;A for all things super!&quot;&gt;<br>
&lt;meta name=&quot;keywords&quot; content=&quot;Top-notch, Groovy, Super, Super-Duper&quot;&gt;<br>
&lt;meta name=&quot;revisit-after&quot; content=&quot;10 days&quot;&gt;<br>
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br>
&lt;meta HTTP-EQUIV=&quot;Refresh&quot; CONTENT=&quot;0; URL=wiki/pmwiki.php&quot;&gt;<br>
&lt;/head&gt;<br>
&lt;/html&gt;<br>
<br>
The magic line in this code is the meta HTTP-EQUIV which instantly
refreshes the page and sends to the URL.&nbsp; That URL is where my wiki
site is located on my web site.&nbsp; Mine is one level done in a folder
called &quot;wiki&quot;.<br>
<br>
CR<br><br><br><br><div><span class="gmail_quote">On 10/1/07, <b class="gmail_sendername">H. Fox</b> &lt;<a href="mailto:haganfox@users.sourceforge.net">haganfox@users.sourceforge.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 10/1/07, Chris Carter &lt;<a href="mailto:ccarter@lbcc.edu">ccarter@lbcc.edu</a>&gt; wrote:<br>&gt; Hi,<br>&gt; In order to make my site public, GoDaddy says the main page must be called &quot;Index.&quot;&nbsp;&nbsp;I have been told that I can create a new HTML page called Index that redirects to 
pmwiki.php.&nbsp;&nbsp;Is that the best solution, or can the main page, pmwiki.php, be renamed to Index.php?<br><br>The PmWiki.Installation page explains how to create an index file.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://pmwiki.org/wiki/PmWiki/Installation#notes">
http://pmwiki.org/wiki/PmWiki/Installation#notes</a><br><br>See also:<br><br>&nbsp;&nbsp; <a href="http://pmwiki.org/wiki/PmWiki/InitialSetupTasks#dontmodify">http://pmwiki.org/wiki/PmWiki/InitialSetupTasks#dontmodify</a><br><br>Hagan
<br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br></blockquote></div><br>