PROBLEMA Cache Pagine PHP

LuigiMdg

Nuovo Utente
58
2
CPU
i7
HDD
SSD 500Gb + 1Tb 5400rpm
RAM
12Gb DDR3L
OS
Windows 7
Salve ragazzi..
Mi chiedevo se sia possibile che sia l'htaccess a causare il mio problema..
In pratica le variabili, non vengono aggiornate fin quando non premo F5..
Avevo questa riga nell'htaccess ma pur eliminandola il risultato non è cambiato..!
codice:
Codice:
ExpiresByType text/html "access plus 600 seconds"
Questo è il resto dell'htaccess dedicato al cache:
codice:
Codice:
# Turn on the module.ExpiresActive on
# Set the default expiry times.
ExpiresDefault "access plus 2 days"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType text/css "now plus 1 month"
ExpiresByType image/ico "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
Altre idee su dove potrebbe essere il problema..?
 

AcidSnakeZ

Nuovo Utente
18
2
Ho avuto un problema simile tempo fa,
per fixare questo problema avevo inserito queste tre righe all'inizio della mia pagina php, dovrebbe funzionare.

Codice:
<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>
 

LuigiMdg

Nuovo Utente
58
2
CPU
i7
HDD
SSD 500Gb + 1Tb 5400rpm
RAM
12Gb DDR3L
OS
Windows 7
Grazie per la risposta..
Ho fatto un tentativo, ma il risultato non cambia finchè non faccio un F5..!
Può servire sapere che la pagina sfrutta il core di PhpBB per mantenere gli utenti loggati..?
 

Entra

oppure Accedi utilizzando
Discord Ufficiale Entra ora!

Discussioni Simili