Unlikely Teacher

1. Share Everything* [Programming Gotchas, Technology News, Insights on Living and Everything in Between]

Entries Tagged as 'Apache 2.2'

Apache 2.2 and mod_rewrite

July 10th, 2008 · 4 Comments · PHP

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 2: Search for the [...]

[Read more →]

Tags: ·