I want to set the AllowOverride all
But I don\'t know how to do it. I have found the following code by searching the google and pasted it in .htaccess
enter code hereif you are using linux you have to edit the
`/etc/apache2/sites-available/000-default.conf`
under the Documentroot . add the following code
`
AllowOverride all
Require all granted
`
then ,
`sudo service apache2 restart`
and you have to enable the apache mod rewrite
`sudo a2enmod rewrite`