preso da qua:
http://www.seoguida.com/rewrite/tecn...ite.php#apache
ho provato con:
Codice PHP:
File.htaccess
Rewrite Engine On
Rewrite Rule ^pagina-([^/]+).htm/pagina.php?id=$1
Codice PHP:
Rewrite Engine On
Rewrite Rule ^pagina-([^/]+).htm/pagina.php?id=$1
Codice PHP:
#Fix missing slash char on folders
RewriteCond Host: (.*)
RewriteRule ([^.?]+[^.?/]) http\://$1$2/ [I,R]
RewriteCond Host: (www\.)?(.+)
RewriteRule (.*) /$2$