- Find the 'httpd.conf' file under the 'conf' folder inside the Apache's installation folder.
    Ex: C:\wamp\bin\apche*.*\conf\httpd.conf
  - Find the following line '#LoadModule rewrite_module modules/mod_rewrite.so' in the 'httpd.conf' file.You can do this easily by searching the keyword 'mod_rewrite' from find menu.
  - Remove the '#' at the starting of the line
  - Now restart the apache server.
  - You can see now 'mod_rewrite' in the Loaded Module section while doing 'phpinfo()'.