hey all, I need some help with mod_rewrite. I have been trying to get it to work for 2 days now with still no luck. I have added the lines LoadModule rewrite_module /usr/lib/apache/modules/mod_rewrite.so and AddModule mod_rewrite.c to my httpd.conf file set the .htaccess in the site root with RewriteEngine on
RewriteBase /
RewriteLog "/var/www/logs/rewrite.log"
RewriteLogLevel 9
# now the rewriting rules
RewriteRule ^base3.html?display=22$ Accounting.html
when I httpd -l mod_rewrite.c isnt listed.
can anybody help me?
does anybody know what I havent done right or need to do in order for this to work?
this is a rather urgent matter, any help would be greatly appreciated, thanks in advance.