Fix my mod-rewrite to work on Apache 2 and get paid $10 Now

Discussion in 'Apache' started by smartcard, Feb 8, 2008.

  1. #1
    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$
     
    smartcard, Feb 8, 2008 IP
  2. Cybernaut

    Cybernaut Peon

    Messages:
    408
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Cybernaut, Feb 9, 2008 IP