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.

<html>
<head>
<title>My Super Website</title>
<meta name="description" content="A for all things super!">
<meta name="keywords" content="Top-notch, Groovy, Super, Super-Duper">
<meta name="revisit-after" content="10 days">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=wiki/pmwiki.php">
</head>
</html>

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".

CR



On 10/1/07, H. Fox <[EMAIL PROTECTED]> wrote:
>
> On 10/1/07, Chris Carter <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 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?
>
> The PmWiki.Installation page explains how to create an index file.
>
>     http://pmwiki.org/wiki/PmWiki/Installation#notes
>
> See also:
>
>    http://pmwiki.org/wiki/PmWiki/InitialSetupTasks#dontmodify
>
> Hagan
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users@pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to