I can find the .htaccess file no problem, I'm just not sure what's wrong with it. Here are the contents:
Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
BEGIN WordPress
<ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</ifmodule>