I have set-up .htaccess to look like this
<Files redirect>
ForceType application/x-httpd-php
</Files>
Web server is Apache1.3.12 - Apache1.3.17, PHP4.0.pl1 as Apache module
httpd.conf entry is
AddType application/x-httpd-php .php
So, when I call this script as http://localhost/redirect/files/dwld.zip, Apache serves me source code for 'redirect' script.
Note: when PHP is set-up as CGI module, the call above issues an error.
I had that working properly earlier with Apache1.3.12, but after system reinstalation I can't get it right. What am I missing?
Help...
....coyote