Forum OpenACS Q&A: Infinite redirect after setup of new domain

Collapse
Posted by Ryan Gallimore on
I also changed my domain and and now any root access redirects everyone into an infinite loop:

intranet.campus-coop.org =>

Error: Redirection limit exceeded for this URL.

I can access pages that don't require a login like:
intranet.campus-coop.org/news/

but I cannot get onto /register, can't see the login screen.

It looks like I'm looping back onto /register infinitely for some reason. I get the same behaviour on different browsers and platforms without a cookie pre-installed.

I've made all the necessary changes to my config.tcl file with regard to host changes, I can serve up pages that don't require authentication, I changed my cookie name, set ForceHostP=0, and reset my SystemURL to the current URL.

Trying to access /register/index.adp logs the following error:

Error: bad option "recursion_count": must be authpassword, authuser, close, content, contentlength, copy, driver, encoding, files, fileoffset, filelength, fileheaders, flags, form, headers, host, id, isconnected, location, method, outputheaders, peeraddr, peerport, port, protocol, query, request, server, sock, start, status, url, urlc, urlencoding, urlv, version, or write_encoded
bad option "recursion_count": must be authpassword, authuser, close, content, contentlength, copy, driver, encoding, files, fileoffset, filelength, fileheaders, flags, form, headers, host, id, isconnected, location, method, outputheaders, peeraddr, peerport, port, protocol, query, request, server, sock, start, status, url, urlc, urlencoding, urlv, version, or write_encoded
while executing
"ns_conn $var"
("default" arm line 2)
invoked from within
"switch $var {

I am at a total loss and can't see why this is happening!

Any help would be greatly appreciated!

Thank you.