Hi I want to rewrite as below from mysite.com/a to mysite.com/url.php?url=a from mysite.com/a/ to mysite.com/url.php?url=a/ from mysite.com/a/b to mysite.com/url.php?url=a/b from mysite.com/a/b/ to mysite.com/url.php?url=a/b/ from mysite.com/a/b/c to mysite.com/url.php?url=a/b/c from mysite.com/a/b/c/ to mysite.com/url.php?url=a/b/c/ from mysite.com/a/b/c/d to mysite.com/url.php?url=a/b/c/d from mysite.com/a/b/c/d/ to mysite.com/url.php?url=a/b/c/d/ Is there any way to do so? please help me