Jenny,
The following is copied directly from my httpd.conf
Just scroll down the file until you see this...
# AddHandler allows you to map certain file extensions to "handlers",
# actions unrelated to filetype. These can be either built into the server
# or added with the Action...
Jenny,
Yes - put your CGI scripts in the cgi-bin
Yes - you can write your CGI scripts in Notepad
Give your scripts an extension of .cgi
If that doesn't work try .pl
You don't need a special program to name them.
In Notepad just use File -> Save As
and give your script a name - e.g. MyScript.cgi
Jub
You can try 2 things...
First create a file with a name that WIN2k will accept, e.g. 'htaccess.txt', 'ht.acl' and then either...
- in a DOS window rename it to .htaccess
- or in yout httpd.conf file set this new file name as your access filename, i.e.
AccessFileName ht.acl
Good luck.
Jub
I am no expert - but for what its worth...
You need an .htaccess file in each directory.
You only need one .htpasswd file.
In the .htaccess file you need...
AuthUserFile /whereveritis/.htpasswd
AuthGroupFile /dev/null
AuthName ProtectedDirectoryOrWhatever
AuthType Basic
require user...
Hey ashaig,
I am more familiar with Acroform JS, but let me see if I can get what you are trying to do...
You have an array 'scatDesc', which has a number of elements indexed by 'i' (i=0,1,2,3 etc).
In your 'while' loop you are giving each element the value of sDesc.
2 questions - will...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.