Bug #14116
closedUsing Fast-CGI don't give access to BE
0%
Description
Running IIS 5.1 WinXP and PHP as Fast-CGI.
Logon to RC2-Quickstart-zip is successfull then redirection after that gives a 404. If I write directly /mysite/typo3/alt_main.php then the BE is available.
Also, the FE is not available under this configuration.
Even the logout button doesn't work.
It looks like init.php take care of "php_sapi_name()=='cgi-fcgi'" but not class.t3lib_div.php
See also http://typo3.org/documentation/mailing-lists/dev-list-archive/thread/45234/
(issue imported from #M23)
Updated by Wolfgang Klinger over 20 years ago
That's very close related to this bug I think:
http://bugs.typo3.org/bug_view_page.php?bug_id=0000018
Take a look at the output of phpinfo().
Updated by Ingmar Schlecht over 20 years ago
The fix for this problem is now in CVS branch TYPO3_3-6-0.
The fix will be included in a maintanace release within some days.