Files
Mozilla/mozilla/webtools/bugzilla3/tests/README
ian%hixie.ch 76d8c32a10 Initial checkin of the first PLIF test application.
git-svn-id: svn://10.0.0.236/trunk@107532 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-07 01:42:05 +00:00

28 lines
723 B
Plaintext

The files in this directory are part of the PLIF test appliaction, the
precursor to Bugzilla3.
Note: To test this on Apache, make a symlink called "nph-Main" and
point it to the file "Main".
You will also then want to create a .htaccess file containing
something like the following:
# set up the CGI scripts without .cgi extensions
<files nph-Main>
SetHandler cgi-script
</files>
# set up the stylesheets without .css extensions
<files style>
ForceType text/css
</files>
# describe the files
AddDescription "The main part of the PLIF test app" nph-Main
# SECURITY_HOLE_PASS_AUTHORIZATION
RewriteEngine on
RewriteBase /libraries/perl/PLIF/tests/
ReWriteRule .? - [E=HTTP_AUTHORIZATION:%{HTTP:AUTHORIZATION},PT]