Explorar el Código

Disabled no-cache for JS/CSS

master
Said Achmiz hace 5 años
padre
commit
f891cd84ae
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      .htaccess

+ 3
- 3
.htaccess Ver fichero

@@ -1,9 +1,9 @@
AddCharset utf-8 .shtml .html .css .php .txt .js

# Disable caching of CSS and JS (for testing only).
<filesMatch ".(css|js)$">
Header set Cache-Control "max-age=0, public"
</filesMatch>
# <filesMatch ".(css|js)$">
# Header set Cache-Control "max-age=0, public"
# </filesMatch>

Options +Includes
AddType text/html .shtml

Cargando…
Cancelar
Guardar