As the question explains, I’ve seen this done countless times and it’s absolutely fantastic and very modern, but have no idea how to start, where to start, what it’s called, etc.
I have a page we’ll assume is called page.php and using PHP GET, we can pull in data for a variable by the URL domain.com/page.php?var=#
What I would like to do is change that address too domain.com/page/# for a number of reasons:
- It looks awesome. Very clean, very modern.
- It’s shorter.
- I’d prefer the search engines pull that type of address than the
first.
Is this a difficult thing? Does it take 5 minutes and a simple tutorial found somewhere?
Is there a performance hit by doing this?
http://net.tutsplus.com/tutorials/other/using-htaccess-files-for-pretty-urls/