For what it’s worth, I can’t even view the blog.
If I go to http://www.smartstorming.com/blog/ or http://www.smartstorming.com/blog/index.php, I get the same 403 Forbidden page.
NOTE: By typing out http://www.smartstorming.com/blog/wp-admin/index.php (and not just http://www.smartstorming.com/blog/wp-admin/) I am able to get to the dashboard. I can create posts, pages – but can’t view anything.
When I try to login from wp-login, I get the same 403 error.
I’ve tried playing with .htaccess with all the different variations I’ve seen here. Upped my permission on the file to 777. No good.
Can anyone help???
Hopefully someone can help.
Additional info:
My install did NOT create .htaccess
I created on manually with the following code…
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
And uploaded to by /blog directory, then increased permissions to 777.
Still no good. I still get the 403 Forbidden error.
Anybody got suggestions?