Title: HTTP error
Last modified: August 30, 2016

---

# HTTP error

 *  Resolved [imemine](https://wordpress.org/support/users/imemine/)
 * (@imemine)
 * [11 years ago](https://wordpress.org/support/topic/http-error-69/)
 * Hello,
 * I have made my site to be https now.
 * Have these in the wp-config file
 *     ```
       define('WP_HOME','https://my_site.com');
       define('WP_SITEURL','https://my_site.com');
       define('FORCE_SSL_ADMIN', true);
       ```
   
 * Frontend seems fine, few difficulties though. The backend is calling [http://my_site.com/wp-admin/admin-ajax.php](http://my_site.com/wp-admin/admin-ajax.php)
   instead of https version
    + Jetpack is loading the image in http in `og:image`
 * everything else is loading over https. Any ideas what I missed or what could 
   be wrong?

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

 *  [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [11 years ago](https://wordpress.org/support/topic/http-error-69/#post-6199714)
 * You could add the following in your .htaccess file to redirect all HTTP to HTTPS:
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteCond %{SERVER_PORT} 80
       RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R,L]
       </IfModule>
       ```
   
 * I found that here: [http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/](http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/)
 *  Thread Starter [imemine](https://wordpress.org/support/users/imemine/)
 * (@imemine)
 * [11 years ago](https://wordpress.org/support/topic/http-error-69/#post-6199795)
 * Hi Tevya, that didn’t help.
 * Nothing changed.
 * To check if my .htaccess was working I put some junk there, got 500 internal 
   error, so that is working fine.
 * Thanks,
 *  Thread Starter [imemine](https://wordpress.org/support/users/imemine/)
 * (@imemine)
 * [11 years ago](https://wordpress.org/support/topic/http-error-69/#post-6199801)
 * Something made by a previous developer in the theme was overriding the changes.
 *  [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [11 years ago](https://wordpress.org/support/topic/http-error-69/#post-6199943)
 * So does that mean that you got it fixed [@imemine](https://wordpress.org/support/users/imemine/)?

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

The topic ‘HTTP error’ is closed to new replies.

## Tags

 * [ajax](https://wordpress.org/support/topic-tag/ajax/)
 * [Backend](https://wordpress.org/support/topic-tag/backend/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)
 * [wp-admin](https://wordpress.org/support/topic-tag/wp-admin/)
 * [wp_home](https://wordpress.org/support/topic-tag/wp_home/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Tevya](https://wordpress.org/support/users/thefiddler/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/http-error-69/#post-6199943)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
