Search:

Type: Posts; User: Viktor

Search: Search took 0.03 seconds.

  1. Thread: Website cache

    by Viktor
    Replies
    10
    Views
    45,515

    Yes, you can try to rename the style.css file ...

    Yes, you can try to rename the style.css file
    Also, you need to change it in ftp://includes>>classes>>rlStatic.class.php
    find method: addSystemFiles
    and line:

    $this->addHeaderCSS(RL_TPL_BASE...
  2. Thread: Website cache

    by Viktor
    Replies
    10
    Views
    45,515

    Also you can add headers in php file. For example...

    Also you can add headers in php file. For example in index.php
    try to add the following code:


    header("Expires: Tue, 01 Jan 2000 00:00:00 GMT");
    header("Last-Modified: " . gmdate("D, d M Y...
  3. Thread: Website cache

    by Viktor
    Replies
    10
    Views
    45,515

    Open ftp://.htaccess file find lines: ...

    Open ftp://.htaccess file
    find lines:



    <FilesMatch "\.(png|gif|jpg|jpeg|woff)$">
    Header set Cache-Control "max-age=5356800, public, must-revalidate"
    </FilesMatch>

    ...
  4. Thread: Website cache

    by Viktor
    Replies
    10
    Views
    45,515

    I have found this link in google:...

    I have found this link in google: https://kb.iu.edu/d/ahic
    Please read there about clearing browsers cache.
  5. Thread: Website cache

    by Viktor
    Replies
    10
    Views
    45,515

    In browsers exist some cache and this cache will...

    In browsers exist some cache and this cache will be refreshed automatically.
Results 1 to 5 of 5