Artur wrote:
> Hi
>
> http://site/index.php it's OK
> but
> https://site/index.php downloading file
>
> where can I add or change something
> to stop downloading with https
>
> Artur
>
>
>
try to load the php module with :
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
in the configuration file for apache-ssl
(unless you are using the same apache for normal and SSL connection)