No installation page, just a list of files

Permalink
I'm not getting an installation page after uploading all files to the server and navigating to the location. I also tried locally through XAMPP. Same result. I just see a list of files in the directory. I thought this might be a common mistake/error, but I didn't see it mentioned in another post.

 
mhawke replied on at Permalink Reply
mhawke
Sounds like PHP is not running.
MysteriousCleon replied on at Permalink Best Answer Reply
MysteriousCleon
Try navigating to location/index.php instead of location only.
Allbringer replied on at Permalink Reply
Thanks, index.php was not uploaded. I was using Filezilla and made sure to requeue failed uploads, but somehow it didn't transfer. Rookie mistake. Thanks for the replies.
mhawke replied on at Permalink Reply
mhawke
I have learned (the hard way) not to trust FTP to reliably upload the 4000+ files. I upload a zip file and then go to my host's Control Panel -> File Manager and 'Expand' the zip. It's much, much faster and very reliable.
Allbringer replied on at Permalink Reply
Thanks for the tip. I'll do that in the future.