Forum Moderators: phranque
RewriteEngine on
RewriteCond %{REQUEST_URI} ^.*\.htm$
RewriteRule ^(.+)$ ...........
Is there anyway I can get an SSI directive such as
<!--#exec cgi="/cgi-bin/axs/ax.pl" -->
to work in them? This particular example should vanish from the page's source code when loaded in the browser, except it isn't. I'm not getting any errors, the SSI code simply isn't functioning.
Fred
A better approach may be to make one file that *includes* both script types. This 'flattens' the control into one file, rather than trying to have script type two parsed within a handler for script type one.
I'm sure there are clearer or more technically-correct ways of saying that, so I hope it's clear enough.
Jim