Forums / Install & configuration / Installing Exponential with Apache 2.0.50

"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".

Installing Exponential with Apache 2.0.50

Author Message

Philipp Boutellier

Monday 13 September 2004 12:27:23 pm

Hello there,

currently i'm trying to install this great product on my localhost - unfortunately without any success ...
I looked into several topics found via the forum search but they wouldn't help me.

The problem: At the installation, Exponential reports that the directive "AcceptPathInfo" of Apache isn't set to "On". I tried it with ignoring the message, the installation went on without any problem, but when accessing index.php/blog it reports "No input file specified".

My configuration:
- PHP 4.3.7
- Apache 2.0.50 Win32
- Win XP Home

Some system vars (for the index.php of Exponential):
- PHP_SELF: /ez/index.php
- DOCUMENT_ROOT: C:/Dokumente und Einstellungen/admin/Eigene Dateien/docs/ez
- PATH_INFO: /ez/index.php

I tried it with the following the code in the httpd.conf-file of apache:

<Directory "c:/dokumente und einstellungen/admin/eigene dateien/docs/ez">
<Files ~ "\.php$">
AcceptPathInfo On
</Files>
</Directory>

it didn't work out ...

i hope someone can point me into the right direction.

thanks for any help in advance!

regards, rob