Htaccess Not Recognised Ubuntu
Apache is not recognising .htaccess#
-
In the directory tag for the configuration (vhost) must contain
Override All
-
in apache.conf, this line is uncommented
AccessFileName .htaccess
-
Search for AllowOverride in apache.conf Change
AllowOverride None
toAllowOverride all
in relevant cases