There is no .htaccess file within the wp-admin folder. These are the contents of the root .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.so>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteCond %{HTTP_HOST} ^ochstitans\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ochstitans\.com$
RewriteRule ^/?$ “http\:\/\/ochstitans\.com\/blog” [R=301,L]