Title: Can&#039;t access wp-admin
Last modified: September 1, 2016

---

# Can't access wp-admin

 *  [hiphopredux](https://wordpress.org/support/users/hiphopredux/)
 * (@hiphopredux)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cant-access-wp-admin-81/)
 * So the other day [http://mysite.com/wp-admin](http://mysite.com/wp-admin) simply
   stopped loading. I can’t load the page in my web browser on multiple platforms(
   my phone, two computers, etc.). The site is still functioning perfectly fine 
   but for some reason I can’t access my wp login. If anyone knows the issue it 
   would be great for some help!
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [Borge](https://wordpress.org/support/users/joeborge0914/)
 * (@joeborge0914)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cant-access-wp-admin-81/#post-7517256)
 * Common reasons:
 * 1. Memory Limit issue: Solution below.
 * a. Try adding this line to your wp-config.php file:
    define(‘WP_MEMORY_LIMIT’,’
   64M’);
 * b . If you have access to your PHP.ini file, change the line in PHP.ini
    If your
   line shows 32M try 64M: memory_limit = 64M ; Maximum amount of memory a script
   may consume (64MB)
 * c. If you don’t have access to PHP.ini try adding this to an .htaccess file:
   
   php_value memory_limit 64M
 * d. Read this. [https://wordpress.org/support/topic/how-do-i-fix-fatal-error-allowed-memory-size-of-94371840-bytes-exhausted?replies=14](https://wordpress.org/support/topic/how-do-i-fix-fatal-error-allowed-memory-size-of-94371840-bytes-exhausted?replies=14)
 * 2. Changed of the Admin URL.
 * See this forum for that [http://forum.ait-pro.com/forums/topic/protect-login-page-from-brute-force-login-attacks/](http://forum.ait-pro.com/forums/topic/protect-login-page-from-brute-force-login-attacks/)
 * 3. Plug ins issue.
 * You may need to access the File Manager. Go to wp-contents and rename the plugins
   folder into plugins.back

Viewing 1 replies (of 1 total)

The topic ‘Can't access wp-admin’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Borge](https://wordpress.org/support/users/joeborge0914/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/cant-access-wp-admin-81/#post-7517256)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
