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!
login & logout navigation problem
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
I think your site URL is wrong:
It has to be:When redirecting the system does this $phpwcms["site"]+$phpwcms["root"] = "http://localhost/pwcms".
Oliver
It has to be:
Code: Select all
$phpwcms["site"] = "http://localhost/"
$phpwcms["root"] = "pwcms"
Oliver
-
- Posts: 2
- Joined: Mon 10. Nov 2003, 09:48