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?
-thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

