si me lo da su tutte le pagine
il file htaccess è :
Codice PHP:
IndexIgnore *
RewriteEngine On
RewriteRule ^tag/(.*)/page(.*).html tag.php?t=$1&p=$2
RewriteRule ^tag/(.*) tag.php?t=$1
RewriteRule ^c/(.*)/(.*).html c.php?id=$1
RewriteRule ^privacy.html c.php?id=100
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^.* ./route.php
# # av:php5-engine
AddHandler av-php5 .php
ho provato ad impostare: Imposta la versione di PHP in uso per la cartella corrente e tutte le sue sottocartelle con php 5 ma non cambia nulla