Hello,
I have a site that runs perfectly find under Apache 1.3. It works by using URLS like:
http://www.mysite.com/main.php/topic/subtopic?var=value
Under apache 1.3 the main.php located under DocumentRoot is executed and all is well.
Under apache 2.0.40 (Redhat 8.0), it tries to find the file main.php/topic/subtopic from documentroot, thus brekaing my program.
any clues to configure apache 2.0 and php 4.2.2 to work properly with the syntax above?
Thanks,
Jaime