Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
To get rid off this error in linux; open terminal and type
sudo a2enmod rewrite
and enter ur password and ur done
after that re-start ur apache
using following command
sudo /etc/init.d/apache2 restart
sudo a2enmod rewrite
and enter ur password and ur done
after that re-start ur apache
using following command
sudo /etc/init.d/apache2 restart
Comments
Accept my offer