The following URL works, but then the next one doesn't. Can someone
offer some advice on this?

http://digitalroadkill.net:8080/ works. 
index.php is happy and the output filters work. 

http://digitalroadkill.net:8080/Galleries/ does not work.

It tries to get the file as though it were not understood by the output
filter. 

I'm using the following for the OuputFilter lines in my httpd.conf:

#
#For PHP to work
AddType application/x-httpd-php .php .html

<FilesMatch *.php>
SetInputFilter php
SetOutputFilter php
</FilesMatch>

BTW, 
<FilesMatch *.php,*.html> doesn't seem to work anymore. That's what I
used to use, and everything was hunky dory. 





-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

"It is the part of a good shepherd to shear his flock, not to skin it."
Latin Proverb

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to