I'm having an issuing passing HTTP Arguments into a Midgard page.

For example if I am going to http://localhost/page/ I get it to display.
However if I go to http://localhost/page/?date=20040107 I get the following

---- BEGIN ----
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> 
<html xmlns="http://www.w3.org/1999/xhtml";> 
<head> 
<title><(title)></title> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<[css-style-sheet]> 
</head> 

<body> 
<div class="full-page-column"> 
    <div class="content-box-title"> 
        <img
src='/attachment/a047f8f8f1f829f048241f99bf606a19/d48706345013b08463e0af7da6
1956be/comcast-white.png' border="0" alt="Comcast" /> 
    </div> 
</div> 
<div class="full-page-column"> 
    <div class="content-box-title"> 
        <span class="page-title-text"><(title)></span> 
    </div> 
</div> 
<div class="left-column"> 
<[navigation]> 
<[google]> 
</div> 
<div class="main-column"> 
    <div class="content-box"> 
        <span class="content-text"> 
            <(content)> 
        </span> 
    </div> 
<[copyright]> 
</div> 
</body> 
</html> 
<? 
---- END ----

According to
http://www.midgard-project.org/documentation/concepts/host_and_page/ it
looks like arguments should be passed exactly as they would in any other
case.

I've also tried going to http://localhost/page.html and that creates the
same output as above.

Thanks!

Damien Heiser


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to