Page 1 of 1

Login danach 404

Posted: Sun 14. Mar 2004, 18:19
by thode
Myinstallation is ok, i can login, but then i get 404 as result, great isn't it? :evil:

Posted: Sun 14. Mar 2004, 18:46
by pSouper
hi dude, please post you conf.inc.php

this one should be quick to fix ;)

Re: Login danach 404

Posted: Sun 14. Mar 2004, 19:12
by Pappnase
thode wrote:Myinstallation is ok, i can login, but then i get 404 as result, great isn't it? :evil:
hello check the conf.inc.php for right path.

Code: Select all

// site values
$phpwcms["site"]              = "http://www.domain.com/";

Posted: Thu 6. May 2004, 00:20
by gelali
Hi All,
I have the same problem, I have checked the path, and it seems ok.

Code: Select all

$phpwcms["site"]              = "http://www.mydomain.com/phpwcms/";
Any other suggestions.

Terry

Posted: Thu 6. May 2004, 00:57
by DeXXus
gelali wrote:Hi All,
I have the same problem, I have checked the path, and it seems ok.

Code: Select all

$phpwcms["site"]              = "http://www.mydomain.com/phpwcms/";
Any other suggestions.

Terry

Code: Select all

$phpwcms["site"]              = "http://www.mydomain.com/";

Code: Select all

$phpwcms["root"]              = "phpwcms";
"$phpwcms["site"] is meant as "base URL" of site

$phpwcms["site"] +

Code: Select all

$phpwcms["root"] = full URL to phpWCMS base directory

Posted: Thu 6. May 2004, 02:03
by gelali
Thanks, it works.
Thanks for the help DeXXus.

Terry

Posted: Thu 6. May 2004, 03:44
by DeXXus
G-r-r-r-e-a-t !!! :D
Go forth my son and experiment... :wink: