Hi All
I have my URLs without cleanup
http://10.0.0.76/project/mydashboard.php?section=12§ion_childs=1
http://10.0.0.76/project/some_x_page.php?section=12§ion_childs=1
OR
http://www.myprojects.com/mydashboard.php?section=12§ion_childs=1
http://www.myprojects.com/some_x_page.php?section=12§ion_childs=1
How can I get my URL like below
http://10.0.0.76/project/mydashboard/section/12/section_childs/1
http://10.0.0.76/project/some_x_page/section/12/section_childs/1
OR
http://www.myprojects.com/mydashboard/section/12/section_childs/1
http://www.myprojects.com/some_x_page/section/12/section_childs/1
I know we can do it with .htaccess, but i don't know how to write, can any one please help me to implement this.