strange PHP_SELF behavior
- From: astpaul@xxxxxxxxx
- Date: 9 May 2005 08:39:40 -0700
Hi,
I am migrating a self-made CMS app from one linux server to another and
i am getting very strange PHP_SELF behavior on the new server.
I hoe someone will be able to help me!
This app uses SEF URLs like http://domain.com/index.php/title/4/ (4
being the id)
When i use PHP_SELF in all the server but the new one i get as an
answer "/index.php/title/4/".
When i use it on the new server, i get "/title/4/"!!!!!!!
I am at a loss here. What could be triggering such a change? What
parameter should i change in the new server's config???
Help!!!!!!
For info purposes, i'll attach the PHPInfo for both servers: the
working one and the new, not working one:
NOT working server:
http://new.microcar.es/phpinfo.php (PHP v4.3.11, Apache 1.3)
working server:
http://www.microcar.es/phpinfo.php (PHP v4.3.10, Apache 2.0)
Hint: You could try http://new.microcar.es/phpinfo.php/title/4/ and see
the result for yourself.
last info: i tried under another 1.3 server and it works well.
.
- Follow-Ups:
- Re: strange PHP_SELF behavior
- From: Mike Willbanks
- Re: strange PHP_SELF behavior
- Prev by Date: session loss
- Next by Date: Using PHP for search within a PDF file
- Previous by thread: session loss
- Next by thread: Re: strange PHP_SELF behavior
- Index(es):
Relevant Pages
|