# 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>
# END WordPress
interesting, I’m only getting a blank white page?
after changing everything back to when it was working and being able to access my dashboard again and see my site, i wanted to get rid of the /wp after my URL. i followed these instructions http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory and am now getting a blank page when i type in my url, although i am able to get into my dashboard still.
okay! i am able to access my wp-admin now but my site is a blank white page. hmm.