• Ok so I did this;

    Many people want WordPress to power their site’s root (e.g. https://example.com) but they don’t want all of the WordPress files cluttering up their root directory. WordPress allows you to install it into a subdirectory, but have your blog exist in the site root.

    To achieve that I copied the htaccess file and index.php file out of the subdirectory and into the root. All works well and this isn’t seen as redirection so is instant by the looks of it.

    One problem now though. With w3 total cache enabled it has appended ?46692e after every .jpg filename i.e. .jpg?46692e

    the image will still load but it throws off my fancybox plugin because i believe it is looking for just .jpg

    If I turn total cache off the ?46692e disappears.

    Any ideas?

    It’s also done this to pdf’s

    https://www.ads-software.com/extend/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Frederick Townes

    (@fredericktownes)

    This is added so that when you change your browser cache settings they will actually take affect for your visitors. It appears that you will have to disable the option on the browser cache settings tab. Ask the fancybox developer not to parse query strings as it’s a normal practice in website optimization.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: W3 Total Cache] Total Cache appends ?46692e after all attachments’ is closed to new replies.