I need a way to restore my blog. I mess up my Htaccess and now i need to restore it. I have a wordpres backup of my site. Can someone help?
I just talked to my host and told me they had a backup of my site. I'm waiting to see if they can bring my site back up. I had to pay $15 for the backup.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress