Forum Moderators: phranque
when I do
"./configure --enable-rewrite --enable-so"
it compiles successfully. after that I do a "make".
When I look into the modules directory then there is no mod_rewrite.so but there is:
mod_rewrite.c
mod_rewrite.dsp
mod_rewrite.exp
mod_rewrite.h
mod_rewrite.la
mod_rewrite.lo -> mod_rewrite.o
mod_rewrite.o
how can I get the mod_rewrite.so to be build?