Saturday, November 29, 2014

Amazon ec2 phpmyadmin not working after upgrading apache and php

There is new permission model in use by apache 2, hence do the following,

<Directory "/usr/share/phpmyadmin">
   #Order Deny,Allow
   #Deny from all
   Options All
   AllowOverride All
   Require all granted
</Directory>

No comments:

Post a Comment