Sponsors
Changes
After a few months, another blog post.As you can probably see, the site has changed a bit. I have spent a lot of time in making sure ansolutely everything on the site is according to standards.
A welcomed addition to the site is implementation of URL rewriting.
What is URL rewriting?
URL rewriting is a special way to create web addresses pointing to files that actually don't exist on a web server. As soon as the web server receives the command to send that specific page, a server plugin analyses the URL and converts that address to an address pointing to a file that exists on the server.
This is very good especially for search engines but it's also used to make url's smaller, easier to remember.
For example, "index.php?category=internet" can be easily rewritten to "internet-category.html". It's smaller, easier to rememeber and search engines love it.
I'll let you discover the rest of the changes on the site.