I have a PHP script running on someone else's Apache server which accesses variables in the format of "page.php/var1/var2" (doesn't use mod_rewrite).
On most servers this set up is fine as Apache just interprets that it must display page.php and effectively ignores "/var1/var2" that follows. However, on the server in question, Apache instead treats page.php/var1/var2 as if it is a different file/directory in itself. The problem I have is I don't know what config setting controls this - have looked at FollowSymLinks but didn't seem to be able to resolve it with that.
If you need me to explain things in more detail, please ask. Thanks.
On most servers this set up is fine as Apache just interprets that it must display page.php and effectively ignores "/var1/var2" that follows. However, on the server in question, Apache instead treats page.php/var1/var2 as if it is a different file/directory in itself. The problem I have is I don't know what config setting controls this - have looked at FollowSymLinks but didn't seem to be able to resolve it with that.
If you need me to explain things in more detail, please ask. Thanks.