how to rewrite every url?

Discussion in 'Apache' started by arctushar, Sep 16, 2011.

  1. #1
    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
     
    arctushar, Sep 16, 2011 IP