How to enable mode_rewrite module on apache
Before enabling this module for SEF URL s ,we must have permission to use .htaccess file .Please read my previous post to enable .htacess.
Before beginning this article ,please back up your apache configuration file httpd.conf file located in apache installation.
Now open with note pad this configuration file and find the below the lin
#LoadModule rewrite_module modules/mod_rewrite.so
Now remove the “#” symbol in the above line,results modified looks below
LoadModule rewrite_module modules/mod_rewrite.so
Now Save the file and restart the apache now mod_rewrite module is enabled.
