Thread: mod_rewrite
View Single Post

  #2 (permalink)  
Old 12-08-2003
Justin Koivisto
 
Posts: n/a
Default Re: mod_rewrite

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.