Scusa,ho parlato da ignorante,quello che ho proposto di fare è inattuabile
...forse attraverso oscuri meccanismi con redirect php o .htaccess...meglio lasciar stare
Per cercare di farmi perdonare ti consiglio di aggiungere questo all'.htaccess:
codice:
per la compressione(devi controllare il modulo,magari controlla cje la compressione sia attivata: cerca su google 'check compression site') :
<IfModule mod_deflate.c>
# Insert filter on all content
###SetOutputFilter DEFLATE
# Insert filter on selected content types only
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip
# MSIE masquerades as Netscape, but it is fine
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# Do not compress images
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
# Make sure proxies do not deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</IfModule>
e
codice:
<IfModule mod_expires.c>
# turn on the module for this directory
ExpiresActive on
ExpiresDefault "access plus 1 month"
</IfModule>
per la data di scadenza.
Aiutano un po' con la velocità del sito e con i motori di ricerca,ma non moltissimo...ti chiedo ancora scusa...