I have developed a website for open source plugins. I want to do the URL rewriting. But as i am new in this so i need expert help in this regard.
This is my website URL
Header Menu is drawing dynamically. I mean it's a database oriented. Now i want if some one click on jQuery Link, My URL become
instead of
if my website is static then i can do it using .htaccess but i don't know what id is coming when some one click on the link in header menu. Even i want if some click on sub link of jquery means first select jquery and then click on "Accordions | Menu | Form" it the URL must look like
instead of
Kindly help me out to sort out this issue i will be very grateful to him/her and it's really appriciated.
Thanks in Advance,
Mohsin Rafique
This is my website URL
Header Menu is drawing dynamically. I mean it's a database oriented. Now i want if some one click on jQuery Link, My URL become
Code:
http://www.themosaicdesigns.com/jquery/
Code:
http://www.themosaicdesigns.com/index.php?id=1
Code:
http://www.themosaicdesigns.com/jquery/accordions-menu-form/
Code:
http://www.themosaicdesigns.com/index.php?id=5
Thanks in Advance,
Mohsin Rafique
Comment