PHP : url rewriting
I want to know how to page url without .php extension for ex here is my website : http://mywebsite.com/ now from the home page whenever i click on any gallery it will goes to the page gallery.php with querystring of galleryID for ex http://mywebsite.com/gallery.php?id=29 So instead of this gallery.php?id=29 I want to make the url something related to the page title http://mywebsite.com/9-WEDDING-GIFT-IDEAS Thanks in advance I'd recommend using a PHP framework once you start going down this path, that gives your application/site a structure, and the ability to setup routes (paths) like you're