Login danach 404

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
thode
Posts: 7
Joined: Sun 14. Mar 2004, 18:15
Contact:

Login danach 404

Post by thode »

Myinstallation is ok, i can login, but then i get 404 as result, great isn't it? :evil:
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

hi dude, please post you conf.inc.php

this one should be quick to fix ;)
Pappnase

Re: Login danach 404

Post 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/";
gelali
Posts: 2
Joined: Thu 6. May 2004, 00:13

Post 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
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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
gelali
Posts: 2
Joined: Thu 6. May 2004, 00:13

Post by gelali »

Thanks, it works.
Thanks for the help DeXXus.

Terry
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

G-r-r-r-e-a-t !!! :D
Go forth my son and experiment... :wink:
Post Reply