Another site embedded

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
ezjurgen
Posts: 3
Joined: Sat 17. Feb 2007, 22:24

Another site embedded

Post by ezjurgen »

A customers phpwcms I just got online again still has a problem

He cannot view the second wcms... He created a subfolder in the root, and installed a new installation phpwcms.

Now I want to now:

I changed the conf.inc.php as with the root site but this does not work here;
I added _SERVER['DOCUMENT_ROOT'] = 'D:\\inetpub\\vhosts\\domain.com\\httpdocs'; in the conf page of the root phpwcsm so I figured I do the same for the conf.inc.php in the subfolder install but like
_SERVER['DOCUMENT_ROOT'] = 'D:\\inetpub\\vhosts\\domain.com\\httpdocs\\subfolder';
that does not work

Any idea's, I get redirectoed to the http://www.phpwcms.de/dbdown.php page...

I also want to check the username for Mysql, it seems to be 'bullied' for the root install, how can I check the php files for this? is this username by default. Then what would the password be? if not, where can I find it?

thanks,
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

$phpwcms['root'] = 'subfolder';

do not use backslash \ for paths - simple slash is working too.

If you are redirected to dbdown.php your db access information are not valid.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply