Forum Moderators: phranque
I want to use an SSI tag like this:
<!--#exec cgi="/cgi-bin/blog/blog.pl?/_archive/2006/2"-->
Apache does not like the? or the arguments. Is there any way around this?
Welcome to WebmasterWorld!
exec
. The exec command executes a given shell command or CGI script. The IncludesNOEXEC Option disables this command completely. The valid attributes are:.. cgi
... The value specifies a (%-encoded) URL relative path to the CGI script. If the path does not begin with a (/), then it is taken to be relative to the current document. [...]
Try:
<!--#exec cgi="/cgi-bin/blog/blog.[b]pl%3f/_ar[/b]chive/2006/2"-->