Posted inApache / PHP
How to make mod_rewrite module works on statically compiled Apache modules
If you statically install mod_rewrite module (on Apache 2 will install it by default) you do not need to load the module manually by using ‘LoadModule’ option in httpd.conf file. If you do this, you will get error messages telling you that the module is built-in and can not be loaded.