Hello,

I'm installing a new server and I use that time to try enhancing the setting (and documenting it here http://dodin.org/wiki/index.php?n=Doc.OpenSUSE-small-ThirdEdition)

I have a curious problem.

My pmwiki in is apache2 /wiki folder.

direct call to the wiki/index.php give the normal result

http://dodin.info/wiki/index.php

(triad skin)

this file contain:

<?php include('pmwiki.php');

if I use (what I did until now) a /index.html with html redirection

http://dodin.org/index.html

I get a small message and then the wiki opens. Good.

But is I try php to make the redirect

http://dodin.info/index.php

with

<?php chdir('wiki'); include_once('pmwiki.php');

I get the wiki, but without skin

I got this command from

http://www.pmwiki.org/wiki/PmWiki/Installation

(bottom of the page- removing the _once do not change anyting)

any hint? I'm very bad as php programmer :-(

thanks
jdd
--
http://www.dodin.org

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to