Menu

#66 core login and clean urls

open
nobody
Plugins (15)
5
2006-09-28
2006-09-28
Michael
No

I am not sure of a bug or what is wrong... but here is
what is happening. When i changed my site to use clean
urls... I had to change all of my relative links to
full urls for it to work...got that all done...but then
i encountered this problem. I built a login page and
configured the core to designate a new page to go to
after they login. It worked fine before i changed to
clean urls...now the login function appears to be
confused and is building a url that has two ? marks in
it. The page with the login is called Employees-Only
and the page i configured it to go to is
Employee-Home....notice the query construction below.

Does anyone know if this is a bug or what i have done
wrong? Here is the error message that comes back
because of the bad url construction.

PHP_SELF = /cms/index.php
SCRIPT_NAME = /cms/index.php
SCRIPT_FILENAME =
/poteck/local/home/aeicaixp/adomain.com/cms/index.php
REQUEST_URI = /cms/index.php?Employees-Only?Employee-Home
HTTP_HOST = adomain.com
SERVER_NAME = adomain.com
PATH_TRANSLATED =
/poteck/local/home/aeicaixp/adomain.com/Employees-Only
DOCUMENT_ROOT = /poteck/local/home/aeicaixp/adomain.com
QUERY_STRING = Employees-Only?Employee-Home
PATH_INFO = /Employees-Only
LUCID_FILEROOT =
/poteck/local/home/aeicaixp/adomain.com/cms/
LUCID_WEBROOT = [adomain.com]
LUCID_WEBSCRIPT = [adomain.com]
$_GET = Array
(
)
parse = Array
(
[path] => /cms/index.php
[query] => Employees-Only?Employee-Home
)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB