[Typo3-debian] Installation

Robert Fink robert.fink at gmx.net
Thu Mar 25 11:58:01 CET 2004


hi!

> After all my problems with my old installation i have made a new one with 
> php4, mysql and all typo3-pakages. if i now put my 
> URL on it, i get instead of the installation screen an index of/ Site. If i 
> try to open the index.php i get the downloadbox. Has 
> somebody an idea what is going wrong? 
> (P.S.: the FollowSymLinks are enabled) 

This means, that php-capabilities in apache are not activated.
Check for the appropriate lines in 
httpd.conf/apache.conf/apache2.conf/whatever, like

		AddType application/x-httpd-php .php
		LoadModule php4_module        somepath/libphp4.so

and check the apache-logfiles (tail -f error-log) during restarting apache 
(apachectl restart).

	robert




More information about the TYPO3-debian mailing list