Remember that previous thing? MAKE SURE YOU DO THIS PART BECAUSE I DIDN'T AND I AM A CAUTIONARY TALE
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/YOURUSERNAME/public_html/php.ini
</IfModule>
<Files php.ini>
order allow,deny
deny from all
</Files>
in root folder .htaccess. You want things to work in all the folders, right?