Muppy wrote:
> I whould use mod_rewrite and rewrite an url like
> http://localhost/url.php?test=4&prova=5
> to
> http://localhost/test/prova.html
> how can i do?
RewriteRule ^([^/]+)/([^/]+)\.html url.php?test=$1&prova=$2 [L,NS]
--
Justin Koivisto -
spam@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.