My website is http://www.asightoflove.com, which works fine, but after a year my blog started having repeated episodes when you go to this link:
http://www.asightoflove.com/blog or http://asightoflove.com/blog/wp-admin/
I cant even log on to my admin/dashboard panel.
It would say:
Forbidden
You don't have permission to access /blog/wp-admin/ on this server.
Apache/2.2.3 (Red Hat) Server at asightoflove.com Port 80
My site is being hosted by BigFolio. At first they were accomodating in regards to getting my blog back online, but after the third time this happened they stopped responding to my emails. Its been almost two weeks since my blog has been down. This blog is a wedding photography website and everyday that my site is down I am probaly losing customers or potential clients. I have read through the forums and tried the different tips that this community has provided like modifying .htaccess lines, which seems to be the root cause of this problem, but unfortunately nothing has worked.
Right now my .htaccess is:
# 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
I would appreciate any help provided. Thank you!