Today I sat down to modify the permalink structure for this web site. The URLs for this blog used to include the /YYYY/MM/
date parts in them, and until recently, I never really gave them much thought except to think that it was sometimes interesting.
Tag: header
Categories
Compress Your Web Site
You know how to turn compression on for one or more web pages with PHP, but what if you want to enable compression for your entire web site?
Categories
Refresh / Redirect with PHP
We know how to use theĀ Refresh meta tag in our <head>
tags. But what if we needed to do the same thing, only this time, do it in PHP?