NetTalk Central

Author Topic: Confused about where to put help files  (Read 2177 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Confused about where to put help files
« on: March 30, 2008, 07:35:46 PM »
I'm not quite following how directory structures under /web work.

If I have a file to display: web\help\apply.jpg, it shows okay in the browser. But if I try to display the help file (just an HTML file), it shows file not found. I've tried moving it around but some directories it shows as file not found or it just shows the first page of the web app and does some sort of loop, even though I am calling something like http://localhost:80/help/loginpage.html.

Is there something I'm missing about where extra files can be located? I've tried putting them off the the custom folder, but still no go.
Mike Grigsby
Credify Systems
Central Oregon, USA

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Confused about where to put help files
« Reply #1 on: March 31, 2008, 08:25:02 AM »
Hi Mike,

I keep my help.html files in the web directory so I can call them as <a href="entry_help.html">Entry help</a>
The help images can then be placed in the images directory and everyone stays happy.

Just remember that relative addresses are all relative to the web directory not the EXE's directory.

hth
chris
Real programmers use copy con newapp.exe