Ho provato a farlo ma non va...ti posto l'intero htaccess
codice:## EXPIRES CACHING ## ExpiresActive On ExpiresByType image/gif A2592000 ExpiresByType image/png A2592000 ExpiresByType image/jpg A2592000 ExpiresByType image/x-icon A2592000 ExpiresByType application/pdf A2592000 ExpiresByType application/x-javascript A2592000 ExpiresByType text/x-javascript A2592000 ExpiresByType application/javascript A2592000 ExpiresByType text/javascript A2592000 ExpiresByType text/css A2592000 ## EXPIRES CACHING ## RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule \.(gif|jpg|swf|flv|png|txt)$ /feed/ [R=302,L] RewriteRule ^area_personale/consulenza/([0-9]*)-(.*).html$ index.php?richiesta_contatto=$1 [L] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*)/news/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$3&news=$5 [L] RewriteRule ^(.*)/(.*)/news/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$2&news=$3 [L] RewriteRule ^([0-9]*)-(.*)/news/([0-9]*)-(.*).html$ index.php?page=$1&news=$3 [L] RewriteRule ^(.*)/news/([0-9]*)-(.*).html$ index.php?page=$1&news=$2 [L] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*)/archivio_news.html$ index.php?mainpage=$1&page=$3&archivio_news=Y [QSA] RewriteRule ^([0-9]*)-(.*)/archivio_news.html$ index.php?page=$1&archivio_news=Y [QSA] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*)/dettaglio_normative/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$3&dettaglio_normative=$5 [L] RewriteRule ^(.*)/(.*)/dettaglio_normative/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$2&dettaglio_normative=$3 [L] RewriteRule ^([0-9]*)-(.*)/dettaglio_normative/([0-9]*)-(.*).html$ index.php?page=$1&dettaglio_normative=$3 [L] RewriteRule ^(.*)/dettaglio_normative/([0-9]*)-(.*).html$ index.php?page=$1&dettaglio_normative=$2 [L] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*)/elenco_normative.html$ index.php?mainpage=$1&page=$3&elenco_normative=Y [QSA] RewriteRule ^([0-9]*)-(.*)/elenco_normative.html$ index.php?page=$1&elenco_normative=Y [QSA] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*)/dettaglio_articoli/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$3&dettaglio_articoli=$5 [L] RewriteRule ^(.*)/(.*)/dettaglio_articoli/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$2&dettaglio_articoli=$3 [L] RewriteRule ^([0-9]*)-(.*)/dettaglio_articoli/([0-9]*)-(.*).html$ index.php?page=$1&dettaglio_articoli=$3 [L] RewriteRule ^(.*)/dettaglio_articoli/([0-9]*)-(.*).html$ index.php?page=$1&dettaglio_articoli=$2 [L] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*)/elenco_articoli.html$ index.php?mainpage=$1&page=$3&elenco_articoli=Y [QSA] RewriteRule ^([0-9]*)-(.*)/elenco_articoli.html$ index.php?page=$1&elenco_articoli=Y [QSA] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*)/dettaglio_giurisprudenza/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$3&dettaglio_giurisprudenza=$5 [L] RewriteRule ^(.*)/(.*)/dettaglio_giurisprudenza/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$2&dettaglio_giurisprudenza=$3 [L] RewriteRule ^([0-9]*)-(.*)/dettaglio_giurisprudenza/([0-9]*)-(.*).html$ index.php?page=$1&dettaglio_giurisprudenza=$3 [L] RewriteRule ^(.*)/dettaglio_giurisprudenza/([0-9]*)-(.*).html$ index.php?page=$1&dettaglio_giurisprudenza=$2 [L] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*)/elenco_giurisprudenza.html$ index.php?mainpage=$1&page=$3&elenco_giurisprudenza=Y [QSA] RewriteRule ^([0-9]*)-(.*)/elenco_giurisprudenza.html$ index.php?page=$1&elenco_giurisprudenza=Y [QSA] RewriteRule ^([0-9]*)-(.*)/consulenza/([0-9]*)-(.*).html$ index.php?page=$1&richiesta_contatto=$2 [QSA] RewriteRule ^([0-9]*)-(.*)/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$3 [QSA] RewriteRule ^(.*)/([0-9]*)-(.*).html$ index.php?mainpage=$1&page=$2 [QSA] RewriteRule ^([0-9]*)-(.*).html$ index.php?page=$1 [QSA] RewriteRule ^(.*).html$ index.php?page=$1 [QSA]

Rispondi quotando