Explore >> Select a destination


You are here

willhaley.com
| | obem.be
12.7 parsecs away

Travel
| | We all love fancy URLs. You get to hide your file extensions, e.g tinypress.co/about (no .html, .php or whatever) You get to do interesting RESTful patterns, e.g twitter.com/[username]/status...
| | www.workingwith.me.uk
16.3 parsecs away

Travel
| |
| | www.paepper.com
11.7 parsecs away

Travel
| | Rewriting URLs using mod_rewrite Every so often as a web developer, you might have to write a redirect of some URLs to some other ones to an .htaccess file. If you remember these tips here, you will probably have most of the stuff you need: Redirect a specific URL to another URL Redirect 301 "/old-page.html" "/new-page.html" 301 here means it is a permanent redirect. Over time Google and other search engines will then replace the old URL with the new one in their index.
| | www.hallada.net
74.0 parsecs away

Travel
| I've been meaning to add a commenting system to this blog for a while, but I couldn't think of a good way to do it. I implemented my own commenting system on my old Django personal site. While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github's servers, I have no way to host something dynamic like comments.