Grrr I don't Get This Wordpress+Images - Help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nexcom28
    So Fucking Banned
    • Jan 2005
    • 3716

    #1

    Grrr I don't Get This Wordpress+Images - Help!

    Ok, so I want to replace a few images on my wordpress blog, should be simple right?

    No, it's not!

    I have uploaded the replacement image via FTP and if I look at the path I can see it's uploaded fine.

    If I view it on wordpress I still have the old image. I tried 2 different machines, same problem.

    I then found out that if I use
    site.com/wp-content/uploads/2013/03/image.png it shows the right image

    But if I use
    https://www.site.com/wp-content/uplo...3/03/image.png it shows the old (wrong) image

    My site is setup to display www. in wordpress settings, how do I get my new uploaded image to display for site.com and www.site.com?????

  • RevSand
    Confirmed User
    • Oct 2003
    • 8151

    #2
    Simple question.. Try clearing the cache?


    BadBitchesGoodWeed


    Hire me for all your video shooting needs!!
    Skype = RevSandx

    Comment

    • kane
      Too lazy to set a custom title
      • Aug 2001
      • 20684

      #3
      You might try setting your htaccess file to rewrite so that it forces everything to use www.

      I think this will look like:

      RewriteEngine On
      RewriteBase /
      RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
      RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

      I'm not sure if that will solve your problem, but whenever someone types in anything on your domain without the www it will automatically take them to the www version.
      Last edited by kane; 08-09-2013, 01:48 AM.

      Comment

      Working...