Title: 403 Forbidden &#8211; I need solution
Last modified: August 21, 2016

---

# 403 Forbidden – I need solution

 *  [Mike97](https://wordpress.org/support/users/mike97/)
 * (@mike97)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/403-forbidden-47/)
 * Hi, guys.
    I got a mysterious problem. One of me sites [http://usalife.ru/](http://usalife.ru/)
   is working perfectly right know, like [http://usalife.ru/wp-admin/](http://usalife.ru/wp-admin/)
   about 2 hours ago.
 * Now i can’t go to [http://usalife.ru/wp-admin/](http://usalife.ru/wp-admin/),
   it says mistake “403 Forbidden”.
 * What me to do, guys?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Mike97](https://wordpress.org/support/users/mike97/)
 * (@mike97)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/403-forbidden-47/#post-3988860)
 * Under “403 Forbidden” I see **nginx/1.4.1**.
 * What does it mean?
 *  [basttet](https://wordpress.org/support/users/basttet/)
 * (@basttet)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/403-forbidden-47/#post-3989368)
 * Hello,
    I have the same error too. Try to change my .htaccess file info:
 *     ```
       # 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
       ```
   
 * to
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{QUERY_STRING} ^redirect_to=http
       RewriteRule ^wp-login.php http://example.com/wp-login.php? [R=301,L]
       </IfModule>
       ```
   
 * the same problem still on.
 * Then try to change through phpadmin my “wp-options -active pluging” “a:12” to“
   a:0”, but still my page is under “403 Forbidden nginx/1.4.1” mode, when i try
   to connect to my wp-admin…
 * Please, help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘403 Forbidden – I need solution’ is closed to new replies.

## Tags

 * [403 Forbidden](https://wordpress.org/support/topic-tag/403-forbidden/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [wp-admin](https://wordpress.org/support/topic-tag/wp-admin/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [basttet](https://wordpress.org/support/users/basttet/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/403-forbidden-47/#post-3989368)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
