How to check whether mod_rewrite is enable on server?

from the command line, type

sudo a2enmod rewrite

if the rewrite mode is already enabled, it will tell you so!

Leave a Comment