I want some of you to fix my mod-rewrite problem and get paid by PayPal $10 immediately. My mod rewrite is working with "Action Throw" function very well on Apache 1.x but it is not working on Apache 2.x My .htaccess Clue: You have to do something with AcceptPathInfo on in Apache 2.x server. If you can do it please help me out I am ready to transfer you 10$
By default, AcceptPathInfo on apache 2 is set to "Default" which means it depend on the handler responsible for that Action. Since php accepts path info, this should not be a problem. First make sure mod_actions is loaded. Then make sure you are allowed to use "Action" in .htaccess. If still fails, try "SetHandler auto" instead of "ForceType auto". Also check your sites ErrorLog file for errors, it may help. Your htaccess code works fine on my local apache 2 + php 5.