Charles Robertson
03/03/2024, 11:42 PM/WEB-INF/ucee/context
Does not have an Application.cfc inside either the WEB-INF
or lucee
directories, so this maybe the issue?
The first Application.cfc occurs in the:
/WEB-INF/ucee/context
cfvonner
03/03/2024, 11:58 PM/lucee/
. Otherwise, it's going to always inject /index.cfm/
to the front of every URL.cfvonner
03/03/2024, 11:58 PMcfvonner
03/04/2024, 12:00 AM^/lucee/.*$
.Charles Robertson
03/04/2024, 12:12 AMCharles Robertson
03/04/2024, 12:18 AM<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_URI}" pattern="^.*\.(bmp|css|gif|htc|html?|ico|jpe?g|js|pdf|png|swf|txt|xml|map)$" negate="true" />
<add input="{REQUEST_URI}" pattern="^.*type=png$" negate="true" />
<add input="{REQUEST_URI}" pattern="^/lucee/.*$" negate="true" />
</conditions>
cfvonner
03/04/2024, 12:23 AMCharles Robertson
03/04/2024, 12:29 AMcfvonner
03/04/2024, 1:56 AMCharles Robertson
03/04/2024, 7:42 AMCharles Robertson
03/04/2024, 7:44 AMCharles Robertson
03/04/2024, 8:14 AM<init-param>
<param-name>lucee-web-directory</param-name>
<param-value>C:\lucee\contexts\{web-context-label}\</param-value>
<description>…</description>
</init-param>
It worked successfully at C&G, but that may have been because we did this before we started the server for the first time, after setting up the website.
I am a little concerned about the outcome now, because my websites have been running for sometime now. A change like this, could actually make the Lucee Admin completely inaccessible to everyone, including me. 😵💫aliaspooryorik
Charles Robertson
03/04/2024, 8:52 AMCharles Robertson
03/04/2024, 8:58 AMaliaspooryorik
aliaspooryorik
aliaspooryorik
aliaspooryorik
Charles Robertson
03/04/2024, 9:11 AMaliaspooryorik
Charles Robertson
03/04/2024, 9:13 AMCharles Robertson
03/04/2024, 9:14 AMaliaspooryorik
Charles Robertson
03/04/2024, 9:17 AMaliaspooryorik