Posted by Justin Koivisto on 01/24/06 17:37
me.linuxadmin@gmail.com wrote:
> hi all
> ive got php-4.3.9-3 on my fedora3....tried installing
> phptimesheet-1.2.4.tar.gz on my system..extracted the folder to
> document root of apache2..all the files of the timesheet have php3
> extensions...
>
> php is working fine on my sys but php3 is not interpreted...when i go
> to //localhost/timesheet/timesheet.php3...i can see the source code of
> the page like...
> <?............................
> ..................................?>
[snip]
> any help will be greatly appreciated
You didn't say what version of apache... Anyway, look for an AddType
statement in one of the apache config files that has .php in it. Then
simply add .php3 to the end of that line, restart apache, and hope that
the code will work.
--
Justin Koivisto, ZCE - justin@koivi.com
http://koivi.com
[Back to original message]
|