Title: Admin not available
Last modified: October 25, 2017

---

# Admin not available

 *  [mmarcvh](https://wordpress.org/support/users/mmarcvh/)
 * (@mmarcvh)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/admin-not-available/)
 * Hi all,
 * I used the search and replace plugin to change all internal links to our webshop(
   www.bcc.nl). The command was: search [http://www.bcc.nl](http://www.bcc.nl) and
   replace for [https://www.bcc.nl](https://www.bcc.nl). Our webshop is running 
   on https ([https://www.bcc.nl/](https://www.bcc.nl/)).
 * When I did this, the admin was also changed to https ([https://blog.bcc.nl](https://blog.bcc.nl))
   but we don’t have this on the blog. Current situation is that I cannot login 
   to WordPress to undo this.
 * Does anyone has a solution?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadmin-not-available%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [happyAnt](https://wordpress.org/support/users/duongcuong96/)
 * (@duongcuong96)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/admin-not-available/#post-9748694)
 * [@mmarcvh](https://wordpress.org/support/users/mmarcvh/)
    Seem late but is your
   website working now? in your case, you can force WordPress using domain [https://www.bcc.nl/](https://www.bcc.nl/)
   by edit wp-config.php file. This file is located in your root website folder,
   find it and before the line: `/* That's all, stop editing! Happy blogging. */`
 * add this:
 *     ```
       define('WP_HOME','https://www.bcc.nl');
       define('WP_SITEURL','https://www.bcc.nl');
       ```
   
 * For more detail: [https://codex.wordpress.org/Changing_The_Site_URL](https://codex.wordpress.org/Changing_The_Site_URL)
 * Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Admin not available’ is closed to new replies.

 * ![](https://ps.w.org/search-and-replace/assets/icon-256x256.png?rev=1776844)
 * [Search & Replace](https://wordpress.org/plugins/search-and-replace/)
 * [Support Threads](https://wordpress.org/support/plugin/search-and-replace/)
 * [Active Topics](https://wordpress.org/support/plugin/search-and-replace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/search-and-replace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/search-and-replace/reviews/)

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [HTTP](https://wordpress.org/support/topic-tag/http/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 1 reply
 * 2 participants
 * Last reply from: [happyAnt](https://wordpress.org/support/users/duongcuong96/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/admin-not-available/#post-9748694)
 * Status: not resolved