[Solved] Cannot enable module mod_rewrite
Added by okoestner almost 7 years ago
When I run the command
lighty-enable-mod conf-available/10-rewrite.conf
the following error message comes up and the module will not be enabled:
Ignoring unknown module: conf-available/10-rewrite.conf
Run "service lighttpd force-reload" to enable changes
Any idea what might be the reason for that?
Replies (2)
RE: [Solved] Cannot enable module mod_rewrite - Added by gstrauss almost 7 years ago
Any idea what might be the reason for that?
Yeah: the problem is that you couldn't be bothered to read the error message or the documentation for lighty-enable-mod.
As the error message says "Ignoring unknown module: conf-available/10-rewrite.conf". That's not the name of a lighttpd module. "rewrite" is.
RE: [Solved] Cannot enable module mod_rewrite - Added by okoestner almost 7 years ago
Thanks for your kind words... Issue is solved.