It was my server company, they said they blocked the wp-admin due to the ongoing botnet attack against WordPress sites.
Thanks!!
Yes, I did look at the correct folder. Once I rename both the htaccess files, the 403 error page still exist, the interface change to simple but still show 403 error. Go to wp-admin now and u will know what I mean.
Please help, urgent!!
Thanks a lot!!!
No sure whether u still need it. Your code should be like this:
<div id=”header”>
<div id=”headerimg”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div id=”headerimg” onclick=”location.href=’http://www.yourURL.com/’;” style=”cursor: pointer;” title=”Home”></div>
<div class=”description”><?php //bloginfo(‘description’); ?></div> </div>
replace the http://www.yourURL.com with your real domain.
Hope this will help!