In apache2, the "a2enmod" command is used to enable modules. In this case, you need to enable mod_rewrite. This is something that you can do in apache1 and probably isn't too foreign to the sysadmin. If I recall correctly, the syntax is to use LoadModule in the httpd.conf something like this: LoadModule rewrite_module modules/mod_rewrite.so In fact, it's often actually in the httpd.conf file already, but posibly commented out. I hope this helps you out! -Andy On Thu, Jun 19, 2008 at 1:32 AM, vimal kumar <vimal0212@yahoo.com> wrote:
Dear Friend,
Our server OS is Red Hat EL-5. EL-5 has not Apache 2. Our system admin confused with the command "sudo a2enmod rewrite" while Koha 3 installation. He says that this command work only with Apache 2. How can we manage this command with EL-5? Any equivalent command available? or any other way to execute this command?
With thanks,