16
Sep
Quick Tip #6 - How to write clever pretty URL’s with htaccess
Posted by Benjamin Reid in Quick Tips
Posted by Benjamin Reid in Quick Tips
In this quicktip I’ll show you how to create clever ‘pretty URL’s’ using your servers htaccess file. Why are they clever? The easiest way to explain this is in an example : So say we enter www.example.com/pretty-url/ into our browsers address bar, this will then call the file www.example.com/pretty-url.php (or whatever file extension you like) [...]