Title: problem with http://
Last modified: August 31, 2016

---

# problem with http://

 *  [bhasker.thapan](https://wordpress.org/support/users/bhaskerthapan/)
 * (@bhaskerthapan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problem-with-http/)
 * Hi
 * Every time i make a post i make sure i upload some social media meta via Yoast
   SEO plugin but none of my post og images render on any social media. I figured
   out a weird thing that facebook debugger is fetching og image url but not showing
   the image. Now i also know that the address it is fetching is right but only 
   the prefix http:// is creating problem since if i change it in www. then the 
   file show up in browser.
 * Check this image link
 * [http://wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png](http://wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png)
 * and then replace http:// with www. you will know the problem.
 * Please help!

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

 *  [kjodle](https://wordpress.org/support/users/kjodle/)
 * (@kjodle)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problem-with-http/#post-7001365)
 * The problem is nothing to do with `http://`
 * The problem is that your server is not configured to work without `www.` appended
   to the front of your address.
 * These addresses work, when copied and pasted into the location bar:
 * [http://www.wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png](http://www.wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png)
 * [http://www.wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png](http://www.wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png)
 * These addresses do NOT work, when copied and pasted into the location bar:
 * [http://wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png](http://wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png)
 * wectechnologies.com/cms/wp-content/uploads/2016/01/bing-ads-wp-fb.png
 * If your host cannot resolve this for you, you can add this to your `.htaccess`
   file to take care of it:
 *     ```
       RewriteEngine on
       RewriteCond %{HTTP_HOST} !^www\.
       RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
       ```
   
 *  Thread Starter [bhasker.thapan](https://wordpress.org/support/users/bhaskerthapan/)
 * (@bhaskerthapan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problem-with-http/#post-7001383)
 * Thank you 🙂

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

The topic ‘problem with http://’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [bhasker.thapan](https://wordpress.org/support/users/bhaskerthapan/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/problem-with-http/#post-7001383)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
