NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: johncort on October 14, 2007, 07:55:57 PM
-
I have built several browses and update forms - all with no problem. Now I'm trying to create a 'Privacy' page and an 'About Us' page but can't seem to get the page to display properly (actually I can't get it to display at all). I get an error "Page not found".
Can anyone point me to a web server example or an area in the docs because I'm sort of stumped.
Thanks!
-
Hi John,
You should place your static pages in the "web" folder of your server app.
Watch out for hard url's in your hyperlinks eg "c:\myserver\about.htm". You should remove any Drive\Path spec in your hyperlinks so you end up with something like <a href="about.htm">About us</a>
hth
Graham