Enable mod_rewrite.c module

Hi :raised_hand_with_fingers_splayed:
Can you please tell me how to enable the mod_rewrite.c module? I’m just sure it doesn’t work.

What do you see when you run the following command?
sudo a2query -m | grep rewrite

The conclusion is:

root@server:~# a2query -m | grep rewrite
rewrite (enabled by site administrator)

Does this mean that the module is only available to the administrator?

no, it means that its already enabled - which is or should be the default.

2 Likes

Ok, thank you