Copying to another dir on the server

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
smundt
Posts: 4
Joined: Sun 15. Jan 2006, 23:45

Copying to another dir on the server

Post 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...
Pappnase

Post by Pappnase »

hello

move it and change the conf.inc.php
smundt
Posts: 4
Joined: Sun 15. Jan 2006, 23:45

Post by smundt »

Hello,

thanks for your quick answer. But what I have to modifiy in the conf.inc.php?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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"]              = "";
Post Reply