2

Possible Duplicate:
PHP - How to add a pages title to the URL? And how to create a clean url using PHP

I am using the url in my site like http://www.example.com/details.php?cid=3. I want to have this type of url into http://www.example.com/PAGE-TITLE-URL or /details/page-title.

What are the changes I have to do to get this friendly url in my site.

Community
  • 1
  • 1

1 Answers1

2

For this the better suggestion will be to used .htaccess rewrite url

For more information to learn about htaccess you can see this link:-

http://www.htaccess-guide.com/

and

https://my.bluehost.com/cgi/help/htaccess_redirect

THE ONLY ONE
  • 2,110
  • 1
  • 12
  • 6