Eli wrote:
Hi,

I installed apache v2.2.4 and PHP v5.2.1 on Windows XP.
I try to use URLs like /info.php/virtual/path but I get error 404 all the time. I've also tried to set AcceptPathInfo for the vhosts directory.

<Directory /my_vhosts_dir>
    Options Indexes FollowSymLinks
    AcceptPathInfo On
    Order Deny,Allow
    Allow from all
</Directory>

but this keeps failing.
What's wrong? How can I fix it?

Forgot to mention..
Installing in CGI mode... PHP scripts work fine but without PATH_INFO..
e.g:
        /article.php?p=abc   --- works
        /article.php/abc     --- doesn't work

-thanks

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

Reply via email to