On Tue, 15 Mar 2005 04:17:58 +0100, marijan <mjakara at xnet dot hr> wrote:
> I cannot figure why cannot open new added .php files.
>
> I upload test.php file in '/usr/local/www/' and when I try open file in
> IE (http://192.168.1.1/test.php) a get error 'HTTP 500 - Internal server
> error'
> When I rename and overwrite some existing file with my new one, I can
> open page without problems.
Make sure the file is marked executable. IE: chmod a+x filename.php
Regards,
Scott |