You can also create an HTML index page (index.html) if it is needed. Here is how I did it to have meta-tags and what not.<br>
<br>
<html><br>
<head><br>
<title>My Super Website</title><br>
<meta name="description" content="A for all things super!"><br>
<meta name="keywords" content="Top-notch, Groovy, Super, Super-Duper"><br>
<meta name="revisit-after" content="10 days"><br>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br>
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=wiki/pmwiki.php"><br>
</head><br>
</html><br>
<br>
The magic line in this code is the meta HTTP-EQUIV which instantly
refreshes the page and sends to the URL. That URL is where my wiki
site is located on my web site. Mine is one level done in a folder
called "wiki".<br>
<br>
CR<br><br><br><br><div><span class="gmail_quote">On 10/1/07, <b class="gmail_sendername">H. Fox</b> <<a href="mailto:haganfox@users.sourceforge.net">haganfox@users.sourceforge.net</a>> 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 <<a href="mailto:ccarter@lbcc.edu">ccarter@lbcc.edu</a>> wrote:<br>> Hi,<br>> In order to make my site public, GoDaddy says the main page must be called "Index." I have been told that I can create a new HTML page called Index that redirects to
pmwiki.php. 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> <a href="http://pmwiki.org/wiki/PmWiki/Installation#notes">
http://pmwiki.org/wiki/PmWiki/Installation#notes</a><br><br>See also:<br><br> <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>