apache enable mod reqrite
sudo a2enmod rewrite
sudo service apache2 restart
apache enable mod reqrite
sudo a2enmod rewrite
sudo service apache2 restart
apache .htaccess Option ubuntu
#For those of you who are using linux and the .htaccess is not working.
You can go to /etc/apache2/apache2.conf and allow override for the /www directory.
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us