You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Glen Stormbind <gl...@nuws.net> on 2002/09/18 02:02:12 UTC

[users@httpd] mod_include error

Why can't I have two seperate IF expressions in one document?

In the following example, the page does not output "hello world!" or
"two is two"

How do I fix this?

Apache 2.0.40/Win32
---------------------------

<!--#IF EXPR="\"1\" = \"1\""
ONE IS ONE
<!--#ENDIF -->

<P>HELLO WORLD!</P>

<!--#IF EXPR="\"2\" = \"2\""
TWO IS TWO
<!--#ENDIF -->



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] mod_include error

Posted by Glen Stormbind <gl...@nuws.net>.
I am sorry, this actual example works. Must be an error in my real
script :(

Glen Stormbind wrote:
> 
> Why can't I have two seperate IF expressions in one document?
> 
> In the following example, the page does not output "hello world!" or
> "two is two"
> 
> How do I fix this?
> 
> Apache 2.0.40/Win32
> ---------------------------
> 
> <!--#IF EXPR="\"1\" = \"1\""
> ONE IS ONE
> <!--#ENDIF -->
> 
> <P>HELLO WORLD!</P>
> 
> <!--#IF EXPR="\"2\" = \"2\""
> TWO IS TWO
> <!--#ENDIF -->
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> X-ReceivedOn: Tue, Sep 17 2002 08:02:32 PM



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org