Hi,
i am trying to get PCG working with Apache 2.0.50, PHP4.3.8, Win98se.
Something must be missing in my config.
All I get at the moment after configuring is:
Error 500:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
(and some apache messages more)
...
my settings:
Apache httpd.conf:
AllowOverride All
.htaccess:
php_value include_path "C:/Archivos de programa/Apache Group/Apache2/htdocs/CodeGenie/app/settings/"
genieConfiguration.inc.php (still in app/settings dir):
...
define("URL_ADDRESS","http://localhost/CodeGenie/web/");
define("SITE_PATH","C:\\Archivos de programa\\Apache Group\\Apache2\\htdocs\\CodeGenie"); // no trailing slashes
...
any idea what might be wrong ?
Do I have to start my Mysql first ?
thanks for any hint
Klemens
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
just to complete my info:
recently i activated the include_path variable in my php.ini (after setting in Apache httpd.conf:
"AllowOverride None" again), now it seems to work, although it doesn't look the fine way to me.
here my new line in phpini:
include_path = ".;C:\Archivos de programa\Apache Group\Apache2\htdocs\CodeGenie\app\settings"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i am trying to get PCG working with Apache 2.0.50, PHP4.3.8, Win98se.
Something must be missing in my config.
All I get at the moment after configuring is:
Error 500:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
(and some apache messages more)
...
my settings:
Apache httpd.conf:
AllowOverride All
.htaccess:
php_value include_path "C:/Archivos de programa/Apache Group/Apache2/htdocs/CodeGenie/app/settings/"
genieConfiguration.inc.php (still in app/settings dir):
...
define("URL_ADDRESS","http://localhost/CodeGenie/web/");
define("SITE_PATH","C:\\Archivos de programa\\Apache Group\\Apache2\\htdocs\\CodeGenie"); // no trailing slashes
...
any idea what might be wrong ?
Do I have to start my Mysql first ?
thanks for any hint
Klemens
just to complete my info:
recently i activated the include_path variable in my php.ini (after setting in Apache httpd.conf:
"AllowOverride None" again), now it seems to work, although it doesn't look the fine way to me.
here my new line in phpini:
include_path = ".;C:\Archivos de programa\Apache Group\Apache2\htdocs\CodeGenie\app\settings"