[cgiwrap-users] cgiwrap php typo3
Brought to you by:
nneul
From: Steffen R. <ste...@wi...> - 2007-09-06 18:06:36
|
Hello, i've a question to all who use cgiwrap with php. I tryed to install a typo3 installation on my root server (apache2+cgiwrap+php4). But there is a Problem what i can't fix. Maybe somebody know a work around to fix that. Here is my Problem: If you try to access typo3 over following URL: http://www.withouthat.org/~sid/mytypo3/index.php There is inside of the typo3 a javascript which redirects the script. But the Problem is while the script is running over cgiwrap the $_SERVER['PHP_SELF'] directory is something like 'cgi-bin/cgiwrap/sid/mytypo3/typo3/install/index.php' so that the redirection points to that instead of '~sid/mytypo3/install/index.php' so that the server don't find some configuration stuff etc. The question is where is my failure? Is there something wrong configured or must i call the scripts in a different way? I hope that you unterstand my problem. Best regards Steffen Rumpf |