Forums / Install & configuration / NOTE: Apache 2.0.43 and PATH_INFO

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

NOTE: Apache 2.0.43 and PATH_INFO

Author Message

Atle Enersen

Monday 06 January 2003 9:06:24 am

For those ppl running Apache 2.* there migth be a problem getting things to work. I noticed it at the login screen.

/index.php/user/login/ generated a 404. I tested with a CGI-script (Perl) and there the PATH_INFO (/user/login/) works fine, but not on any PHP-script.

The reason for this is that PATH_INFO must be turned on *explicitly* in Apache 2.*.

Two helphful URL's:

- http://httpd.apache.org/docs-2.0/mod/core.html#acceptpathinfo
- http://www.apacheweek.com/issues/02-07-12

\atle\
--