<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I just put the following into index.html:<br>
<br>
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;<br>
<br>
&lt;html&gt;<br>
&lt;head&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;meta HTTP-EQUIV="Refresh" CONTENT="0; URL=wiki/wiki.php"&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"&gt;<br>
&lt;/head&gt;<br>
<br>
&lt;body&gt;<br>
<br>
&lt;a href="wiki/wiki.php" style="font-size:7pt"&gt;go to home
page&lt;/a&gt;<br>
<br>
&lt;/body&gt;<br>
&lt;/html&gt;<br>
<br>
The HTTP-EQUIV="Refresh" does the redirection; the first part of
CONTENT ("0") makes it immediate, and "wiki/wiki.php" is the target.<br>
<br>
Patrick R. Michaud wrote:
<blockquote cite="mid:20080520115134.GA21985@host.pmichaud.com"
 type="cite">
  <pre wrap="">On Tue, May 20, 2008 at 08:54:25AM +0200, jdd wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,
I can't find a trivial thing.

I have a web site with only PmWiki for public use, in htdocs/wiki. I 
need to set and index.php file in htdocs redirecting to wiki/pmwiki.php.

I know there are several solutions, but I fail to find the relevant 
page on the pmwiki web site
    </pre>
  </blockquote>
  <pre wrap=""><!---->
<a class="moz-txt-link-freetext" href="http://www.pmwiki.org/wiki/Cookbook/CleanUrls">http://www.pmwiki.org/wiki/Cookbook/CleanUrls</a>

Pm

_______________________________________________
pmwiki-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>
<a class="moz-txt-link-freetext" href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a>

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 

Henrik Bechmann
bechmann.ca
Webmaster, celos.ca webhosting services</pre>
</body>
</html>