This is a super short (and very rough) post on how to enable mod_rewrite in Apache 2.2. I have seen numerous posts on how to create “rewrite” scripts but found very little information on how to enable this feature in Apache 2.2. Step 1: Uncomment the line with “mod_rewrite.so” from httpd.conf LoadModule rewrite_module modules/mod_rewrite.so Step [...]