Question : Coldfusion and redirecting question

hello experts.
Ihave in my database a stored value 1 or 0 for setting the underconstruction to "on" or "off"
I tried now to use this value in my Application.cfm and if it is f.e 1 to show the underconstruction page and not index but it is not working.I get a message  that the page has a problem with redirection  and that the reason can be the refuse to accept cookies.

Answer : Coldfusion and redirecting question

One down side is that you cant just change the DB to change the state.

Another solution is to have the underconstruction.cfm be a .html and thus wont include the application.cfm again

or in the application.cfm check the CGI.SCRIPT_NAME
Random Solutions  
 
programming4us programming4us