4 Jun
2008
4 Jun
'08
1 p.m.
Please help me how to configure httpd.conf file for koha-3.00.00-beta and apache 2.2.8 on Red hat.
I put the following directives in descriptors of VirtualHost in httpd.conf , and it gave me the errors like “Rewrite is unknown directive”, when I commented these lines and browsed koha site I see nothing.
You have to enable Apache mod_rewrite module. Don't know exactly how to do that on Redhat. Take a look in httpd.conf file. Uncomment LoadModule mod_rewrite.so if you find one. Enable it with "RewriteEngine On". -- Frédéric