The links in the footer section of many pages are not correct so they lead to 'page not found' error. Where is this DisplayFooter function, so I can correct the links? Thanks
You'll find it in the file called public.asp.
Open in whatever editor you are using and search for footer or DisplayFooter. This will drop you down to about halfway through the file where you'll find the code for the footer.
There is only the one public.asp which is common for all pages so it's odd that you say 'many pages' rather than 'all pages' as I'd expect them all to work or not.
This worked, thank you.
I then realized the real problem was that I had added a folder (www) in between the helpdesk folder and all the other folder and files. I was able to correct everything by adding www to the base url in the configuration setup.
No probs, pleased to have helped :)