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: htaccess
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
Parsing PHP in .HTML Files
Is parsing PHP in web pages that end in .html or .htm possible? Absolutely!
Categories
Compress Your Web Page
In my never-ending quest to get my web pages to load super-fast I chanced upon ob_gzhandler()
one day while researching the uses of ob_start()
in PHP.