atticus@adventurevacationtrip.com wrote:
Hi,
I recently installed mediawiki 1.11.0 in public_html. At first, it prompted me that I am not using php5 and have to install via a .php5 link. I followed the link and came to a 'checking environment' page. At the page, it says PHP 5.25 is installed (?) and gave me the go-ahead to install mediawiki.
After the installation, I found that when I go to my domain (http://example.com), my browser prompted me to download a file with my domain's name as the filename. To see my page, I have to go directly to http://example.com/index.php5.
Try adding:
DocumentRoot index.php5
to .htaccess - since index.php exists the default in Apache config might be pointing to that.
MinuteElectron.