Problem in creating rule for url rewriting
Posted: Sun Jan 11, 2009 7:55 am
Hi i am new to php.
I want to url rewrite for my site.
I having problem for creating rule for url rewriting.
I have one page whose link is like this:
http://www.example.com/Category/Category.php?Cat_Id=1
I want to have like this:
http://www.example.com/1/Category.html
Other Page like this:
http://www.example.com/Product/Product.php?Name=Example
I want to have like this:
http://www.example.com/Example/Product.html
Please Help Me
Thanks in Advance.
I want to url rewrite for my site.
I having problem for creating rule for url rewriting.
I have one page whose link is like this:
http://www.example.com/Category/Category.php?Cat_Id=1
I want to have like this:
http://www.example.com/1/Category.html
Other Page like this:
http://www.example.com/Product/Product.php?Name=Example
I want to have like this:
http://www.example.com/Example/Product.html
Please Help Me
Thanks in Advance.