Explore >> Select a destination


You are here

www.workingwith.me.uk
| | www.paepper.com
15.8 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.thoughtco.com
14.7 parsecs away

Travel
| | The mod_rewrite module of the Apache web server gives you all kinds of flexibility when rewriting URLs. Learn how to use Apache mod-rewrite and what it's best used for.
| | obem.be
13.6 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...
| | blog.notmyhostna.me
95.0 parsecs away

Travel
| I recently moved from using a wildcard certificate to using a bunch of certificates from Let's Encrypt. I was a bit hesitant in the beginning because ...