Page 1 of 1

new install when I access my site it downloads a file ?

Posted: Thu Oct 08, 2015 4:46 pm
by nomadmike
I have just run a fresh install when I try to access my website it downloads a file, I am trying to run wordpress ?

any suggestions

thanks

Re: new install when I access my site it downloads a file ?

Posted: Sun Oct 11, 2015 5:18 pm
by skurudo
Something wrong with your php and check logs.

Check your php module:

Code: Select all

sudo su
a2enmod php5
Application type in apache config:

Code: Select all

AddType  application/x-httpd-php         .php
AddType  application/x-httpd-php-source  .phps
I doubt about freshh install without changes. I don't see this error on fresh install.