Title: Admin not accessible after move to Linux/Apache
Last modified: August 20, 2016

---

# Admin not accessible after move to Linux/Apache

 *  [jester48](https://wordpress.org/support/users/jester48/)
 * (@jester48)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/admin-not-accessible-after-move-to-linuxapache/)
 * I have a suite that was developed on Windows/IIS, the final host is Linux /Apache.
   After moving i was unable to directly access the admin
 * typing in [http://www.site.com/wp-admin/](http://www.site.com/wp-admin/) results
   in a blank page
    typing in wp-login.php will give me the login form
 * completing the login form and submitting results in a blank page, but if I enter
   a valid admin page i will be logged in.
 * if i submit forms in the admin i get blank pages but quick edits will work
 * Any ideas?

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

 *  [Pothi Kalimuthu](https://wordpress.org/support/users/pothi/)
 * (@pothi)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/admin-not-accessible-after-move-to-linuxapache/#post-2627284)
 * > completing the login form and submitting results in a blank page, but if I 
   > enter a valid admin page i will be logged in.
   > if i submit forms in the admin i get blank pages but quick edits will work
   > Any ideas?
 * It looks like the memory isn’t enough. Please try [allocating more memory to WordPress via wp-config.php file](http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP).
 *  Thread Starter [jester48](https://wordpress.org/support/users/jester48/)
 * (@jester48)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/admin-not-accessible-after-move-to-linuxapache/#post-2627320)
 * php info shows a memory limit of 128M, it is the same on the windows system, 
   so I don’t think it would be a memory limit error
 *  [Elan Technosys](https://wordpress.org/support/users/elantechnosys/)
 * (@elantechnosys)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/admin-not-accessible-after-move-to-linuxapache/#post-2627323)
 * Try re-uploading wp-admin folder from a fresh download.
 *  [Pothi Kalimuthu](https://wordpress.org/support/users/pothi/)
 * (@pothi)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/admin-not-accessible-after-move-to-linuxapache/#post-2627376)
 * Please enable [debug log to see any errors](http://codex.wordpress.org/Editing_wp-config.php#Debug).
   There are a bunch of ways to do. I prefer the following method…
 *     ```
       /* This will log all errors notices and warnings
        to a file called debug.log in
        wp-content only when WP_DEBUG is true */
   
       define('WP_DEBUG', true); // false
       if (WP_DEBUG) {
         define('WP_DEBUG_LOG', true);
         define('WP_DEBUG_DISPLAY', false);
         @ini_set('display_errors',0);
       }
       ```
   
 * HTH

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

The topic ‘Admin not accessible after move to Linux/Apache’ is closed to new replies.

## Tags

 * [apache](https://wordpress.org/support/topic-tag/apache/)
 * [iis](https://wordpress.org/support/topic-tag/iis/)
 * [linux](https://wordpress.org/support/topic-tag/linux/)
 * [windows](https://wordpress.org/support/topic-tag/windows/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 4 replies
 * 3 participants
 * Last reply from: [Pothi Kalimuthu](https://wordpress.org/support/users/pothi/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/admin-not-accessible-after-move-to-linuxapache/#post-2627376)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
