I previously did all of the suggested steps @t-p and @swansonphotos. Thanks for your help, however, another teammate has fixed this issue. We needed to change the httpd-app.conf file from:
<Directory "/var/www/html">
- AllowOverride AuthConfig
</Directory>
to
<Directory "/var/www/html">
+ AllowOverride AuthConfig Options FileInfo
</Directory>
-
This reply was modified 8 years, 3 months ago by theonestep4.