Immediate Code Change Considerations
All of the files contain relative links, except for two.
Example: IMG SRC="../images/graphic.gif" or A HREF="../index.cfm". What this means to you is that you will be able to set up the files on your server and have the application work immediately. (SEE BELOW FOR FILES THAT DO HAVE ABSOLUTE LINKS)
The files listed below in the root modules should be edited. Because these files do not allow the use of CFOUTPUT, you will want to change these to your domain's absolute link, specifically for the image location.
Edit the following to reflect your domain and directory:
error-request.cfm(19): http:// 65.36.211.73/JobBoard/images/2simRFJB.gif error-request.cfm(32): http:// 65.36.211.73/JobBoard/reportError.cfm error-valid.cfm(19): http:// 65.36.211.73/JobBoard/images/2simRFJB.gif reportError.cfm(17): http:// 65.36.211.73/JobBoard/images/2simRFJB.gif reportError.cfm(60): http:// 65.36.211.73/JobBoard/images/2simRFJB.gif Found 6 occurrence(s) in 4 file(s) |