This is what my .htaccess says:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Thanks, Emil. I tried that and it still gave me a blank screen. 🙁
Nevermind, I think I fixed it. Thanks anways.