HI there,
Seems like the pacsone on linux it dosen't go so well like a windows.
I've tried to reformat and install all again surprise (probably my mistake) when I try to make http://localhost/pacsone/home.php or even with Hello.php it asks to download the file.
Probably a php problem but I couldn't know or even found anything .
Any help ?
Pacsone Ubuntu
No, this seems to suggest problem with the Apache configuration file (httpd.conf), so you need to make sure you are loading the PHP module and add the following MIME type:
Code: Select all
LoadModule php5_module modules/libphp5.so
...
#
# TypesConfig describes where the mime.types file (or equivalent) is
# to be found.
#
TypesConfig conf/mime.types
AddType application/x-httpd-php .php