Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

in "New Tab" I see a ScreenShot of websites , but I cant see screen shot for my own site , why ?

  • 7 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 2 προβολές
  • Τελευταία απάντηση από jscher2000 - Support Volunteer

more options

in My new tab , I see screenshots of my most visited Sites/Pages , but I see an empty box for my own website " http://www.oonternet.com " why ?

in My new tab , I see screenshots of my most visited Sites/Pages , but I see an empty box for my own website " http://www.oonternet.com " why ?

Επιλεγμένη λύση

I'm just guessing, but perhaps because your page is sent with headers instructing Firefox not to cache the page?

Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache

Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (7)

more options

Επιλεγμένη λύση

I'm just guessing, but perhaps because your page is sent with headers instructing Firefox not to cache the page?

Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache

more options

hello, your site sends the "no-store" header, so the site isn't supposed to be cached...

edit: jscher2000 was faster - sorry for the double-post :-)

Τροποποιήθηκε στις από το χρήστη philipp

more options

thank you , but ... how did you find that it sends "no-store" ? how should I fix the problem ?

more options

There are a couple of different add-ons you can use to view the "HTTP headers" sent by web servers when sending pages. For example, Firebug and Live HTTP Headers.

Your content management/blog platform may have a panel for managing these settings, or it could be through your web host. It's difficult to say for sure without knowing a lot of details you wouldn't want to post here.

more options

Also, be aware that allowing browsers to cache the page may result in visitors seeing outdated content when visiting your site. You probably want to set a short interval after which the browser needs to check for updates (2 hours?) if you allow caching.

more options

Dear madperson , you said :" your site sends the "no-store" header, so the site isn't supposed to be cached... " what should I do in order to solve the problem ?

more options

Hi aghaye_happy, as noted in the two replies above yours, there are many ways to set the HTTP Headers your server sends, so there isn't a simple prescription for tracking down and changing it. "It depends."