enable mod_rewrite in Apache 1.3+WinXP
mod_rewrite provides an effective way to make short/friendly URLs and it also makes your site more attractive for search engine crawlers.
You can enable mod_rewrite for Apache 1.3 with the below steps easily.
First step
Remove '#' in front of
LoadModule rewrite_module modules/mod_rewrite.so
Make sure 'mod_rewrite.so' is available under 'apache installation directory/modules'.
Second step
Remove '#' in front of
AddModule mod_rewrite.c
Read the rest of this entry »