login & logout navigation problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
ordinaryboy
Posts: 2
Joined: Mon 10. Nov 2003, 09:48

login & logout navigation problem

Post by ordinaryboy »

hi Oliver and friends ...

i've just already installed pwcms and i did it ...

but there's a minor problem, because i installed it on a new folder (pwcms) in my wwwroot ...

so when i login with username + password, the submit button send me to

http://localhost/pwcms/pwcms/phpwcms.php

instead of ...

http://localhost/pwcms/phpwcms.php

same thing happen when i logout ...

i know that i should do something with the form action in login
script and in logout navigation link ...

pls help,


thx! :)
Pappnase

Post by Pappnase »

Hello

Check your conf.inc php in the include/inc_conf/ folder.
did u change the pathes!? when you run setup?

Greets
Pappnase
Last edited by Pappnase on Mon 10. Nov 2003, 12:24, edited 1 time in total.
User avatar
Oliver Georgi
Site Admin
Posts: 9906
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

I think your site URL is wrong:

It has to be:

Code: Select all

$phpwcms["site"] = "http://localhost/"
$phpwcms["root"] = "pwcms"
When redirecting the system does this $phpwcms["site"]+$phpwcms["root"] = "http://localhost/pwcms".


Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
ordinaryboy
Posts: 2
Joined: Mon 10. Nov 2003, 09:48

Post by ordinaryboy »

yes, i try it and it works ...

hehehe i'm sorry for being too lazy to figure it out myself

... many thx Oliver and Pappnase! :D
Post Reply