Page 1 of 1

using $_SERVER['PATH_INFO'] with safe_mode

Posted: Fri Jan 30, 2004 9:07 am
by kcomer
I do almost 100% in-house work and have control over the server. I am trying to upload a version of a program onto a hosting company for a client. I develop my web apps using the controler file setup. So my URL's look like this.

http://www.test.com/index.php/home/contact/

The hosting companies servers can't process this and the only answer I received form them was because safe_mode is on. Here is a link to what the server is running

http://ftphelp.secureserver.net/linux-phpinfo.html

If anyone has some ideas or ways around this, I'm all ears.

Thanks,

Keith

Posted: Fri Jan 30, 2004 9:41 am
by Derfel Cadarn
Is that true? Is that possible? I'd expect
or something like that. 8O

Posted: Mon Feb 02, 2004 9:39 am
by kcomer
This is true and possible but it relies on the 'AcceptPathInfo' directive in Apache. Now I just need to get my web host to modify their servers for me, which will never happen.

Keith