Thank you for your answer yfastud,
The httpd.conf located in /etc/init.d/apache2 was empty. I am pretty sure that in this case apache2.conf has taken over so I checked there. I was not finding it in that huge file so I went about adding the line (LoadModule rewrite_module) to httpd.conf which failed with
...fail!
I proceeded by adding LoadModule rewrite_module modules/mod_rewrite.so to complete the line and hopefully alleviate the error. Apache loaded but says
So the rewrite module is loaded in the apache2.conf and I overlooked it. So I am attaching the .htaccess file.
Thank you for your time in this.





by: yfastudPosted on 2009-09-08 at 18:20:13ID: 25287573
open file httpd.conf and remove comment # in front of rewrite module to enable it, save file and restart apache
LoadModule rewrite_module
however, if you still have problem, you might want to post content of .htaccess file