Thank You. I didn't know where to start looking. Anyway, putting the following lines in an .htaccess file in the directory worked like a charm:
<IfModule mod_rewrite.c>
AcceptPathInfo On
</IfModule>


Thanks to all who helped.
Steve

At 02:02 PM 8/24/2004, you wrote:

> How can I make the following work on an apache 2.0.46/php 4.3.2
> installation?
>
> /dist/gogo.php/order-inventory-form.php
>
> Right now, unless it is a question mark after the gogo.php script, it
> will not run.

Apache 2.0 differs from 1.3.x in its handling of path info. See:

        http://httpd.apache.org/docs-2.0/mod/core.html#acceptpathinfo


--------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to