Eric Covener ha scritto:
On Thu, Mar 12, 2009 at 6:02 PM, Andrea Visinoni
wrote:
Hi there,
i need to implement url rewrite on a website and i need to obtain something
like that:
http://site.com/a/ -> index.php?1=a
http://site.com/a/b/ -> index.php?1=a&2=b
http://site.com/a/b/c/ ->
Hi there,
i need to implement url rewrite on a website and i need to obtain
something like that:
http://site.com/a/ -> index.php?1=a
http://site.com/a/b/ -> index.php?1=a&2=b
http://site.com/a/b/c/ -> index.php?1=a&2=b&3=c
is this possible?
by now i was able to do that:
RewriteEngine on
Rewr