On Wed, Mar 20, 2002 at 11:28:30PM -0800, [EMAIL PROTECTED] wrote:
> I am new to midgard and any help would be much 
> appreciated.  
> 
> I have read through all the documentation that seems 
> relavent and haven't found an answer yet.  I am running 
> midgard-1.4.2.    At this point I'm thinking there must be 
> a configuration option I'm missing.
> 
> I have a page defined that works just fine when I enter 
> the direct url to it.  It happens to be 
> http://myhost/site/centers/viewcenter.  If I enter any 
> arguments to it, such as 
> /site/centers/viewcenter/test.html, 
> /site/centers/viewcenter/test, 
> /site/centers/viewcenter?arg=14, etc. I get a 404.  As I 
> understand it, I should get have an argv array with argc 
> elements in it.  What could be causing this?

Looks like you read manual not very carefully :)
You should set page "active".
And for last (/site/centers/viewcenter?arg=14), you got $arg in your
code. You could check it with

&(arg);

or simple 

<?php
echo "arg = $arg";
?>

;)

--
Regards,
Sergei Dolmatov.

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

Reply via email to