SuiteCRM 7.4.3 on Centos 5.10 Server Error 500 **SOLVED**

Hi,

someone else may have stumbled into this, too.

Tried to install 7.4.3 to my firm’s Centos 5.10 server. All went fine until the end of installation where the server churned out a Server Internal Error 500.
I found this “Redirect not allowed here” error in the httpd error log. After some Googling I found

http://stackoverflow.com/questions/6995545/htaccess-rewriteengine-not-allowed-here

Changing “AllowOverride None” to “AllowOverride ALL” in the Directory section of my httpd.conf fixed the problem.

For what it is worth,

:slight_smile:

Timo

1 Like

Hi,

Thanks for letting us all know about this !

I know quite a lot of users make use of a CentOS environment, so this will highly likely help someone out down the line.