Jump to content
thirty bees forum

DVD

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by DVD

  1. Hello everyone,

    Thanks for all your replies, not sure if everyone can see this so maybe someone can repost?

    I decided in the end to do a fresh install and the issue seem to of resolved itself. This was before I saw the reply from @Traumflug so didn't get a chance to see if this worked.

    Thank you @bzndk, @jnsgioia, @Traumflug, @yaniv14 for all your help.

  2. Here's the .htaccess file:

    RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.creativepage.co.uk/$1 [R=301,L]

    RewriteEngine on RewriteCond %{REQUESTFILENAME} !-d RewriteCond %{REQUESTFILENAME}.php -f RewriteRule ^(.*)$ $1.php

    RewriteEngine on RewriteCond %{REQUESTFILENAME} !-d RewriteCond %{REQUESTFILENAME}.html -f RewriteRule ^(.*)$ $1.html

    Header set Cache-Control "no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires 0

    EXPIRES CACHING

    ExpiresActive On ExpiresByType image/jpg "access 1 month" ExpiresByType image/jpeg "access 1 month" ExpiresByType image/gif "access 1 month" ExpiresByType image/png "access 1 month" ExpiresByType text/css "access 1 month" ExpiresByType text/javascript "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType application/javascript "access 1 month" ExpiresByType application/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 2 days"

    EXPIRES CACHING

  3. Hello,

    Thanks for your quick reply :)

    I can see the images in the product menu when displaying all the products:

    Error2

    However when editing the product, it displays like this and the images do not show:

    Error3

    Hopefully you can help,

    Thanks, Pete

  4. Hello,

    Just started using thirtybees today. Everything seemed great until I created some products and added images.

    The images are not displaying. See image below:

    Error

    Any clues or help to why this is happening would be great.

    Thanks, Pete

×
×
  • Create New...