How to Enable mod_rewrite module on Apache server

mod_rewrite is an Apache module that used for url manipulation mechanism. Enable mod_rewrite module on Apache to provide rule based rewriting engine that can rewrite requested url on the fly. This is …