.htaccess: php_flag not allowed here

error

../.htaccess: php_flag not allowed here

add this code at your apache configuration

AllowOverride All

then reload your apache

$ sudo /etc/ini.d/apache2 reload

Leave a comment