True, thanks jdd Peter K.H. Gragert wrote: > Name the content of text inbetween === index.html > ============ > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html><head><meta http-equiv="Refresh" content="0; > URL=http://www.gewis.utwente.nl/pmwiki/pmwiki.php"> > </head><body> > You will be redirected in a moment otherwise klik the nekt link > <a href="http://www.gewis.utwente.nl/pmwiki/pmwiki.php">Website GEWIS</a> > </body></html> > ============ > AND replace www.gewis.utwente.nl/pmkiki (TWICE!!)by YOUR adress of the > pmwiki.php!!!! > Replace Website GEWIS by your name of the website > > Second possibility > Name the content inbetween ========= into index.php > =============== > <?php > header("Location: http://www.55plus-enschede.nl/pmwiki/pmwiki.php"); > /* Browser redirect */ > exit; > > ?> > ============== > Replace again the path www.55plus-enschede.nl/pmwiki by where your wiki > lives! > > This are TWO different possibilities one with HMTL and the second with PHP > > Peter > > >> -----Oorspronkelijk bericht----- >> Van: [EMAIL PROTECTED] [mailto:pmwiki-users- >> [EMAIL PROTECTED] Namens jdd >> Verzonden: dinsdag 15 mei 2007 17:54 >> Aan: PmWiki Users >> Onderwerp: Re: [pmwiki-users] [solution] make pmwiki the site default >> >> jdd wrote: >> >>> "How do I make pmwiki.php the default page for a website?" >> As you may understand, I'm not a php programmer (not a programmer at >> all), but I finally found the error and anybody should have found it :-))) >> >> the question is "what is necessary to have a php script run in a browser?" >> >> and an important part of the answer is "use a file with extension >> "php"... look at the url quoted in my first mail: >> >>> http://dodin.org/index_pm.html >> I could probably setup apache to accept this, but it's not a good >> idea, better rename it index_pm.php :-))) >> >> sorry for the time lost >> and thanks for the efforts >> jdd >> >> -- >> http://www.dodin.net >> http://gourmandises.orangeblog.fr/ >> >> _______________________________________________ >> pmwiki-users mailing list >> [email protected] >> http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > >
-- http://www.dodin.net http://gourmandises.orangeblog.fr/ _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
