DreamHost has a contest every month nicknamed “DHSOTM” or DreamHost Site Of The Month, that lets the customers rank websites hosted on DreamHost. By winning the contest you get to put a graphic designed in the 90’s on your site. I want it so bad!
DreamHost - Web Host Articles

DreamHost has been a privately held company since 1997 when they first started hosting their customers' dreams, so that should give you some indication that they're serious about what they do! DreamHost knows what it takes to provide rock-solid service and connectivity, and they consistently deliver both.
They're currently connected to the Internet via redundant gigabit connections with multiple carriers to ensure continued network connectivity in case any carrier goes down. Each connection is carried across a diversified fiber network and connects to different entrances to the Internet's backbone. This allows for total network redundancy. DreamHost also keeps their bandwidth unsaturated. They carry enough network capacity to double their load if they need to.
hosting plans · our past · the present · the future · we're green
Please help me win the DreamHost Contest
Mod_Security .htaccess tricks
Mod_Security rivals Mod_Rewrite in the amount of features it provides. I decided to go ahead and post what I learned about it today, even though its tough to give away such awesome htaccess and apache tricks.. Learn how to control spam once and for all, conditionally log/deny/allow/redirect requests based on IP, username, etc.. Mod_Security is so fine!
Fresh .htaccess Examples: Cookies, Variables, Custom Headers
Fresh .htaccess code for you! Check out the Cookie Manipulation and environment variable usage with mod_rewrite! I also included a couple Mod_Security .htaccess examples. Enjoy!
Speed Tips: Add Cache-Control Headers
Using Cache-Control headers you can specify which types of proxies can cache certain content, and how long files should be cached.
IP Abuse Detection for DreamHost
Scan Apache logs for IP address that are probably evil, then generates an .htaccess file to DENY them all.
SetEnvIf and SetEnvIfNoCase Examples
SetEnvIf and SetEnvIfNoCase directives conditionally set environment variables accessible by scripts and apache based on HTTP Headers, Variables, and Request information.
Continue ReadingApache Environment Variables CGI Script
My improved version of the common printenv / test-cgi scripts for debugging Apache environment variables set in .htaccess files
mod_rewrite Fix for Caching Updated Files
Web Developers sometimes use file.ext?v=004 as a version control system to force visitors to use updated files. This is terrible. Instead link to apache-003.css and set it to be cached forever. When you change the file you just change the links to apache-004.css. That eliminates millions of bandwidth and resource robbing If-Modified-Since requests. You only need Apache with mod_rewrite, and 1-10 minutes!
Continue ReadingPHP5 Custom Install Shell Script Example
Today I successfully learned how to compile and run multiple custom php installations for a DreamHost account, and to get it working I came upon a simple shell script that I made a couple changes to.
Continue Reading301 Redirect Cheatsheet
Ultimate Redirect Cheatsheet for multiple programming languages. Redirecting Users with Javascript redirect, meta refresh redirect, and php redirect, also htaccess methods, python, coldfusion, asp, perl, etc.
Continue Reading