I can see my web page in the inbuilt browser if I have the inbuilt web server switched off, but when I turn it on I get a “Page not found” error message and the page won display. Whats happening?
This probably means that you have the cgi-bin directory set incorrectly. Go into the Project > Properties > Web Server >> CGI (eg. Perl) page and under CGI-BIN (Perl Programs) Root, put the directory where your Perl files reside as the base path. You can then refer to any files in this directory as /cgi-bin/filename in your HTML documents. Or you can leave the directory blank, and just make sure all files are in the same directory as your project (if using the default project, this is the projects directory under your PerlWiz installation directory). You can of course have subdirectories within the cgi-bin folder in order to organize more complex CGI projects. Back to Top (c) Copyright 2003-8 Arctan Computer Ventures Ltd. All Rights Reserved. If you have any issues regarding this on-line help, please contact the author by clicking here.
Related Questions
- I got this error message when I tried to log in to the system: You are already logged in as MyUserName, but this page requires different credentials. Whats wrong?
- Using the browser Back button after following a link in the search-results page results in a "Page Expired" error. What should I do?
- After clicking on a link or writing in the address of a website or a page, my browser sends me an error message. Why?