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