Enable mod_rewrite in apache 2.0.54

httpd.conf search for #LoadModule rewrite_module modules/mod_rewrite.so and remove #
If you dont find then add line LoadModule rewrite_module modules/mod_rewrite.so
 
Allready done that, found some guids on the internet, and they said to remove the # on that line and they also said I should write this line: AddModule mod_rewite.c
but when I add that line apache won't start, I get some kind off error
 
Check modules dir for mod_rewrite.so if you dont have try to compile from source or reinstall from msi.
 
Hi

I try to have m0d_rewrite.so also but don't have. I just found mod_rewrite.c , that I not sure I can use as mod_rewrite.so or not. I recompile httpd2.2.8 with --enable-rewrite. but still not found it anywhere... How can I get it? I use freeBSD6.2.

Thanks,
MR T
[email protected]
 
Back
Top