Page 1 of 1

Copying to another dir on the server

Posted: Sun 15. Jan 2006, 23:47
by smundt
Hello,

I've successfully installed phpwcms 1.25! It's great!
But is it possible to move the existing phpwcms installation into the roor dir of my webserver? I've installed it in the directory "phpwcms" and now I want to have it in the root...

I hope, somebody can help me...

Posted: Mon 16. Jan 2006, 00:26
by Pappnase
hello

move it and change the conf.inc.php

Posted: Mon 16. Jan 2006, 06:49
by smundt
Hello,

thanks for your quick answer. But what I have to modifiy in the conf.inc.php?

Posted: Mon 16. Jan 2006, 08:32
by DeXXus
smundt wrote:Hello,

thanks for your quick answer. But what I have to modifiy in the conf.inc.php?
CHANGE:

Code: Select all

// paths
$phpwcms["root"]              = "phpwcms";
TO:

Code: Select all

// paths
$phpwcms["root"]              = "";