put links without file extension (.php)
apache, php
Solution
This is called URL rewriting. I had to use it for the first time recently and i used this tutorial to learn it, hope you'll find it great too :
Problem
Is it possible to configure Apache in order not to show a file extension? For example: Say I have `domain.com/page.php` but want to have `domain.com/page` as the url. Any Ideas?