How to Enable .htaccess in Apache server in Ubuntu Simple Guide
To configure .htaccess file in your apache server in ubuntu. You need to modify <Directory> Tag in apache2.conf<Directory /var/www/html/mcqbuddy> Options Indexes FollowSymLinks Multiviews AllowOverride All Require all granted</D