jagobandhu 0 Newbie Poster

Will you please help me how can i change my link by .htaccess?
My link is like http://localhost/root/?page=index i want to see it as http://localhost/Jagobandhu/index/ when im am in index page or http://localhost/Jagobandhu/contact/ when i am in contact page like as CMS.

I have no idea about .htaccess
I tried with this
RewriteEngine on
RewriteBase /project_test/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^root/(.*)/$ root?page=index [L]

but i failed every time. PLease if possible help me.My page links are like

<li><a href="?page=index">Home</a></li> <li><a href="?page=about">About</a></li> <li><a href="?page=contact">Contact</a></li> <li><a href="?page=song">Songs</a> </li>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.