The file is definately being parsed. The .htaccess file looks like: ----------------------------------------------------------------- Action text/html /~ryan/chinese/pinyin/convert.cgi Action text/x-server-parsed-html /~ryan/chinese/pinyin/convert.cgi Action text/plain /~ryan/chinese/pinyin/convert.cgi ----------------------------------------------------------------- and I have a file index.html and index.txt is a link to it.
If I request http://foo/index.html the script is not run; if I request http://foo/index.txt, the script is run. If it's a config problem, that'd be great, as I would love to fix it, but I don't know what is mis-configured. Are you able to reproduce this behavior? Ryan On 5 Nov 1997 [EMAIL PROTECTED] wrote: > Synopsis: Action directive in a .htaccess file ignored if the type is > specified via AddType > > State-Changed-From-To: open-feedback > State-Changed-By: [EMAIL PROTECTED] > State-Changed-When: Wed Nov 5 13:11:25 PST 1997 > State-Changed-Why: > > Are you sure the .htaccess file is parsed (eg. > AllowOverride All or FileInfo is given) and that > mod_action is compiled in and you are using the > correct Syntax on the Action directive? > This looks like a config problem to me... > > Severity-Changed-From-To: critical-non-critical > Severity-Changed-By: [EMAIL PROTECTED] > Severity-Changed-When: Wed Nov 5 13:11:25 PST 1997 > >
