A Path Less Taken

Breaking with convention in a very conventional fashion. Powered by WordPress

"What would you attempt to do if you knew you could not fail?"
Dr. Robert Schuller

Monday, October 20, 2008

Category: Web Development Author: JJ 0 Comments

After installing Apache 2.2.9 on Windows Vista I encountered a problem getting mod_rewrite to work. The steps that I finally took to accomplish this were simple. I share them here in hopes that they can help others.

  1. Edit the httpd.conf file and uncomment the LoadModule rewrite_module modules/mod_rewrite.so line.
  2. Also in httpd.conf file change AllowOverride None to AllowOverride All.
  3. Restart Apache and test your redirect URL.

 

That is all there is to it.  My thanks to the post at http://www.wallpaperama.com/disp-post54.html which provided me with the missing step that was keeping mod_rewrite from working.

No comments found. Please enter a comment if you have a question or contribution.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">