jdd wrote: > Anno wrote: > >> You want to read this: http://www.pmwiki.org/wiki/Cookbook/CleanUrls > > well... I did > > Its very confusing. first, I don't bother having pretty urls, I only > want to have the wiki as main site page. > > second, I wonder if I have something in my config that prevents php to > do all it's magic (I have recently had a similar problem with an other > script and no solution ftm) > > please, get a look at this page, and at his source > > http://dodin.org/index_pm.html > > at home, only the first (html) line displays, no php one. > > on the contrary, the page http://dodin.org/pmwiki/index.php (in it > there is: <?php include('pmwiki.php'); > > works perfectly. > > fixing this could much enhance my work :-)) > > I could have some sort of solution using alias, but the skin don't > like it, whatever I try to set in config.php > > http://dodin.org/wiki > > I really appreciate help :-(()) > > (any way to test the config?) > > thanks > jdd >
Copy the instalation files and directories directly to the root directory, not the wiki subdirectory. Create a http://dodin.org/index.php file with the content <?php include('pmwiki.php'); Delete or disable(by renaming it) the local/config.php file. _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
